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 550c5f3 commit bfc89e4Copy full SHA for bfc89e4
HISTORY.md
@@ -1,6 +1,11 @@
1
+## 0.3.2 (2010-03-25)
2
+
3
+* Improved test runner
4
+* Forgive ReST problems that aren't user errors.
5
6
## 0.3.1 (2010-03-22)
7
-* Add .rst.txt extension
8
+* Add .rst.txt extension
9
* Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
10
11
## 0.3.0 (2010-03-11)
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub
module Markup
- Version = '0.3.1'
+ Version = '0.3.2'
end
0 commit comments