Skip to content

Commit

Permalink
Prepare to release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 8, 2016
1 parent 9fc5bb6 commit 20bdba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [0.15.1] - 2016-11-08

### Fixed
- Fixed setext heading underlines not allowing trailing tabs (#266)

## [0.15.0] - 2016-09-14

### Added
Expand Down Expand Up @@ -446,7 +451,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added
- Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34)

[unreleased]: https://github.com/thephpleague/commonmark/compare/0.15.0...HEAD
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.15.1...HEAD
[0.15.1]: https://github.com/thephpleague/commonmark/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/thephpleague/commonmark/compare/0.14.0...0.15.0
[0.14.0]: https://github.com/thephpleague/commonmark/compare/0.13.4...0.14.0
[0.13.4]: https://github.com/thephpleague/commonmark/compare/0.13.3...0.13.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following table shows which versions of league/commonmark are compatible wit
</thead>
<tbody>
<tr>
<td><strong>0.15.0</strong></td>
<td><strong>0.15.1</strong><br>0.15.0</td>
<td><strong><a href="http://spec.commonmark.org/0.26/">0.26</a></strong></td>
</tr>
<tr>
Expand Down

0 comments on commit 20bdba6

Please sign in to comment.