Skip to content

Commit 258a31e

Browse files
committed
Merge pull request github#318 from github/release-1.3.0
Release 1.3.0
2 parents d3095ad + 505356f commit 258a31e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.3.0 (2014-09-11)
2+
3+
* Extend the field limit for tables to 50 characters for RST [#306](https://github.com/github/markup/pull/306)
4+
* Add `.mkdn` as a supported markdown extension [#308](https://github.com/github/markup/pull/308)
5+
* Upgrade wikicloth to 0.8.1 [#317](https://github.com/github/markup/pull/317)
6+
* Force encoding of posix-spawn output [#338](https://github.com/github/markup/pull/338)
7+
* Add `.rmd` as a supported markdown extension [#343](https://github.com/github/markup/pull/343)
8+
9+
[Full changelog](https://github.com/github/markup/compare/v1.2.1...v1.3.0)
10+
111
## 1.2.1 (2014-04-23)
212

313
* Disable RST warnings [#290](https://github.com/github/markup/pull/290)

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '1.2.1'
3+
VERSION = '1.3.0'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)