Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfc89e4

Browse files
committed
v0.3.2
1 parent 550c5f3 commit bfc89e4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 0.3.1 (2010-03-22)
27

3-
* Add .rst.txt extension
8+
* Add .rst.txt extension
49
* Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
510

611
## 0.3.0 (2010-03-11)

lib/github/markup/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GitHub
22
module Markup
3-
Version = '0.3.1'
3+
Version = '0.3.2'
44
end
55
end

0 commit comments

Comments
 (0)