Skip to content

Commit

Permalink
Prepare for 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jul 25, 2015
1 parent a568851 commit 984455f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased][unreleased]

## [0.10.0] - 2015-07-25
### Added
- Added parent references to inline elements (#124)
- Added smart punctuation extension (#134)
Expand Down Expand Up @@ -235,7 +237,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.9.0...HEAD
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.10.0...HEAD
[0.10.0]: https://github.com/thephpleague/commonmark/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/thephpleague/commonmark/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/thephpleague/commonmark/compare/0.7.2...0.8.0
[0.7.2]: https://github.com/thephpleague/commonmark/compare/0.7.1...0.7.2
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,14 @@ The following table shows which versions of league/commonmark are compatible wit
</thead>
<tbody>
<tr>
<td><strong>0.9.0</strong></td>
<td><strong><a href="http://spec.commonmark.org/0.20/">0.20</a></strong>
<td>current spec (as of Jun 18 '15)</td>
<td><strong>0.10.0</strong></td>
<td><strong><a href="http://spec.commonmark.org/0.21/">0.21</a></strong>
<td>current spec (as of July 25 2015)</td>
</tr>
<tr>
<td>0.9.0</td>
<td><a href="http://spec.commonmark.org/0.20/">0.20</a>
<td></td>
</tr>
<tr>
<td>0.8.0</td>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
"dev-master": "0.11-dev"
}
}
}

0 comments on commit 984455f

Please sign in to comment.