Skip to content

Commit

Permalink
Prepping for 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Jun 27, 2009
1 parent 588bb87 commit 8bdf716
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== UNRELEASED
=== 1.1.1 / 2009-06-27

* Switch to hoe-debugging for GDB and Valgrind support.
* Better cross-language stack traces. [Mike Dalessio]
* Switch to Hoe 2.x.
* Stress GC during tests by setting JOHNSON_GC env var. [Mike Dalessio]
* Better cross-language exception stack traces. [Mike Dalessio]
* Modernize our use of Hoe and plugins.

=== 1.1.0 / 2009-04-04

Expand All @@ -12,6 +12,6 @@
* Fixed allocation-during-GC bugs.
* Added some new GC bugs.

=== 1.0.0 (2008-03-11)
=== 1.0.0 / 2008-03-11

* Birthday!
2 changes: 1 addition & 1 deletion lib/johnson/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Johnson #:nodoc:
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 8bdf716

Please sign in to comment.