Skip to content

Commit

Permalink
Version/README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Nov 18, 2011
1 parent f96832d commit e220f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -148,6 +148,9 @@ on the same global configuration object.

## Release History

- <b>v0.1.0</b> - Initial release
- <b>v0.2.0</b> - Add fallback value to HashWithStructAccess#lookup!, native support for Rails I18n.

## Contributing to confstruct

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
Expand Down
2 changes: 1 addition & 1 deletion lib/confstruct.rb
Expand Up @@ -4,5 +4,5 @@ module Confstruct
autoload :HashWithStructAccess, 'confstruct/hash_with_struct_access'
autoload :Configuration, 'confstruct/configuration'

VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit e220f27

Please sign in to comment.