Skip to content

Commit

Permalink
preparing v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jun 21, 2011
1 parent 9fa46a9 commit dd0c206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
== 1.0.1 (2011-06-21)

* Fix: Make sure to always load both StringWithAttributes and StringIOFile
to prevent NameError's.

== 1.0.0 (2011-06-20)

* Notice: As of v1.0.0, Nori will follow [Semantic Versioning](http://semver.org).
Expand Down
2 changes: 1 addition & 1 deletion lib/nori/version.rb
@@ -1,5 +1,5 @@
module Nori

VERSION = "1.0.0"
VERSION = "1.0.1"

end

0 comments on commit dd0c206

Please sign in to comment.