Skip to content
This repository was archived by the owner on Aug 18, 2018. It is now read-only.

Commit 8bdf716

Browse files
committed
Prepping for 1.1.1.
1 parent 588bb87 commit 8bdf716

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
=== UNRELEASED
1+
=== 1.1.1 / 2009-06-27
22

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

77
=== 1.1.0 / 2009-04-04
88

@@ -12,6 +12,6 @@
1212
* Fixed allocation-during-GC bugs.
1313
* Added some new GC bugs.
1414

15-
=== 1.0.0 (2008-03-11)
15+
=== 1.0.0 / 2008-03-11
1616

1717
* Birthday!

lib/johnson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Johnson #:nodoc:
2-
VERSION = "1.1.0"
2+
VERSION = "1.1.1"
33
end

0 commit comments

Comments
 (0)