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

Commit 1857afb

Browse files
committed
release bump
1 parent 06fc6ae commit 1857afb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 2.0.0.pre3 / 2010-03-02
2+
3+
* convert/protect predicates so that exceptions don't cause stack-jumping SEGVs
4+
* various cleanup of ext functions
5+
* convert runtime size parameter correctly
6+
17
=== 2.0.0.pre2 / 2010-02-23
28

39
* Raise NoMemoryError as appropriate; acccept a size parameter or env variable for runtime size

lib/johnson.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
require "johnson/nodes"
1717

1818
module Johnson
19-
VERSION = "2.0.0.pre2"
19+
VERSION = "2.0.0.pre3"
2020

2121
def self.version
2222
VERSION

0 commit comments

Comments
 (0)