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 bf2b3a1 commit bc1a936Copy full SHA for bc1a936
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 1.3.0 (unreleased)
2
+
3
+* Upgrade wikicloth to 0.8.1 [#317](https://github.com/github/markup/pull/317)
4
5
+[Full changelog](https://github.com/github/markup/compare/v1.2.1...v1.3.0)
6
7
## 1.2.1 (2014-04-23)
8
9
* Disable RST warnings [#290](https://github.com/github/markup/pull/290)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '1.2.1'
+ VERSION = '1.3.0'
Version = VERSION
end
0 commit comments