Skip to content

Commit

Permalink
This really needs a minor version bump at this point.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Aug 10, 2010
1 parent 3b987e9 commit d7fabf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=== Addressable 2.2.0
- added site methods
- improved documentation

=== Addressable 2.1.2
- added HTTP request URI methods
- added site methods
- better handling of Windows file paths
- validation_deferred boolean replaced with defer_validation block
- normalization of percent-encoded paths should now be correct
Expand Down
4 changes: 2 additions & 2 deletions lib/addressable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
module Addressable
module VERSION #:nodoc:
MAJOR = 2
MINOR = 1
TINY = 2
MINOR = 2
TINY = 0

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

0 comments on commit d7fabf9

Please sign in to comment.