Bump version and update changelog.

This commit is contained in:
Peter Zotov 2013-06-17 05:19:57 +04:00
parent c410fc75dc
commit d62c0e9cd7
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
Changelog
=========
v1.1.0 (2013-06-17)
-------------------
API changes:
* AST::Processor#process will return nil if passed nil, instead of raising NoMethodError.

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ast'
s.version = '1.0.2'
s.version = '1.1.0'
s.authors = ["Peter Zotov"]
s.email = ["whitequark@whitequark.org"]
s.homepage = "http://github.com/whitequark/ast"