Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 26, 2014
1 parent 7780546 commit 9d1971c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0

- [Replace `::BasicObject` with `Naught::BasicObject`](https://github.com/avdi/naught/commit/8defad0bf9eb65e33054bf0a6e9c625c87c3e6df)
- [Delegate explicit conversions to nil instead of defining them explicitly](https://github.com/avdi/naught/commit/85c195de80ed56993b88f47e09112c903a92a167)
- Add support for (and run tests on) Ruby 1.8, 1.9, 2.0, 2.1, JRuby, and Rubinius

## 0.0.3

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/naught/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Naught
VERSION = '0.0.3'
VERSION = '1.0.0'
end

0 comments on commit 9d1971c

Please sign in to comment.