We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b37fb commit 26566ffCopy full SHA for 26566ff
CHANGELOG
@@ -1,5 +1,6 @@
1
-* master
+* 0.5.1
2
3
+* Fix some encoding issues (ruby 2.0 & 1.9)
4
* Rewrite HtmlOutputter. Not entirely backwards compatible with the previous version.
5
6
* 0.5.0
lib/barby/version.rb
@@ -2,7 +2,7 @@ module Barby #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
- TINY = 0
+ TINY = 1
7
STRING = [MAJOR, MINOR, TINY].join('.')
8
end
0 commit comments