Skip to content

Commit

Permalink
Incremented version number and updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Nov 1, 2009
1 parent 07b6c18 commit f55a53b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
@@ -1,6 +1,11 @@
=== Addressable 2.1.2

=== Addressable 2.1.1
* fixed some missing type checking
* more type checking changes
* fixed issue with unicode normalization
* added method to find template defaults
* symbolic keys are now allowed in template mappings
* numeric values and symbolic values are now allowed in template mappings
=== Addressable 2.1.0
* refactored URI template support out into its own class
* removed extract method due to being useless and unreliable
Expand Down
2 changes: 1 addition & 1 deletion lib/addressable/version.rb
Expand Up @@ -28,7 +28,7 @@ module Addressable
module VERSION #:nodoc:
MAJOR = 2
MINOR = 1
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit f55a53b

Please sign in to comment.