Skip to content

Commit 5f51378

Browse files
committed
Prepare for 0.7 release
1 parent 4228a73 commit 5f51378

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

55
## [Unreleased][unreleased]
6+
7+
## [0.7.0] - 2015-02-16
68
### Added
79
- More unit tests to increase code coverage
810

@@ -144,7 +146,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
144146
### Added
145147
- Initial commit (compatible with jgm/stmd:spec.txt @ 0275f34)
146148

147-
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.6.1...HEAD
149+
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.7.0...HEAD
150+
[0.7.0]: https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0
148151
[0.6.1]: https://github.com/thephpleague/commonmark/compare/0.6.0...0.6.1
149152
[0.6.0]: https://github.com/thephpleague/commonmark/compare/0.5.1...0.6.0
150153
[0.5.1]: https://github.com/thephpleague/commonmark/compare/0.5.0...0.5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following table shows which versions of league/commonmark are compatible wit
103103
</thead>
104104
<tbody>
105105
<tr>
106-
<td><strong>0.6.1</strong></td>
106+
<td><strong>0.7.0</strong><br>0.6.1</td>
107107
<td><strong><a href="http://spec.commonmark.org/0.17/">0.17</a></strong></td>
108108
<td>current spec (as of Jan 25 '15)</td>
109109
</tr>

0 commit comments

Comments
 (0)