Skip to content

Commit 132babb

Browse files
committed
Final changes for 0.5.0 release
1 parent 74bae9f commit 132babb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
8989
### Added
9090
- Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34)
9191

92-
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.4.0...HEAD
92+
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.5.0...HEAD
93+
[0.5.0]: https://github.com/thephpleague/commonmark/compare/0.4.0...0.5.0
9394
[0.4.0]: https://github.com/thephpleague/commonmark/compare/0.3.0...0.4.0
9495
[0.3.0]: https://github.com/thephpleague/commonmark/compare/0.2.1...0.3.0
9596
[0.2.1]: https://github.com/thephpleague/commonmark/compare/0.2.0...0.2.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ The following table shows which versions of league/commonmark are compatible wit
8484
</thead>
8585
<tbody>
8686
<tr>
87-
<td><strong>0.5.x</strong><br>0.4.x</td>
87+
<td><strong>0.5.x</strong><br>0.4.0</td>
8888
<td><strong><a href="http://spec.commonmark.org/0.13/">0.13</a></strong></td>
8989
<td>current spec (as of Dec 15 '14)</td>
9090
</tr>
9191
<tr>
92-
<td>0.3.x</td>
92+
<td>0.3.0</td>
9393
<td><a href="http://spec.commonmark.org/0.12/">0.12</a></td>
9494
<td></td>
9595
</tr>

0 commit comments

Comments
 (0)