Skip to content

Commit

Permalink
Prepare for 0.0.29
Browse files Browse the repository at this point in the history
git-svn-id: http://junebug.rubyforge.org/svn/wiki/trunk@88 6cb1f131-7020-0410-9d7d-f19630c53dbb
  • Loading branch information
tmyrtle committed Apr 15, 2007
1 parent cac71fe commit b427b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
= 0.0.29 2007-04-15

* Support Unicode wikiwords. Thanks Julian Tarkhanov
* Disable suprious warnings when running tests. Thanks Julian Tarkhanov
* Css tweak to prevent overflow in pre tags. Thanks Leslie Viljoen

= 0.0.28 2007-01-20

* Fix uninitialized constant Mongrel::Camping error
Expand Down
2 changes: 1 addition & 1 deletion lib/junebug/version.rb
Expand Up @@ -2,7 +2,7 @@ module Junebug #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 0
TINY = 28
TINY = 29

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit b427b47

Please sign in to comment.