Skip to content

Commit

Permalink
Merge pull request #94 from thephpleague/0.8-release
Browse files Browse the repository at this point in the history
0.8 release
  • Loading branch information
colinodell committed Apr 29, 2015
2 parents 67cd38e + 04dfdbf commit 91696c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea/
/build/
composer.lock
composer.phar
/vendor/
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ 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.8.0] - 2015-04-29
### Added
- Allow swapping built-in renderers without using their fully qualified names (#84)
- Lots of unit tests (for existing code)
- Ability to include arbitrary functional tests in addition to spec-based tests

### Changed
- Dropped support for PHP 5.3 (#64 and #76)
Expand Down Expand Up @@ -183,7 +186,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.7.2...HEAD
[unreleased]: https://github.com/thephpleague/commonmark/compare/0.8.0...HEAD
[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
[0.7.1]: https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,13 @@ The following table shows which versions of league/commonmark are compatible wit
</thead>
<tbody>
<tr>
<td><strong>0.7.2</strong><br>0.7.1<br>0.7.0<br>0.6.1</td>
<td><strong><a href="http://spec.commonmark.org/0.18/">0.18</a></strong><br><a href="http://spec.commonmark.org/0.17/">0.17</a></td>
<td>current spec (as of Mar 04 '15)</td>
<td><strong>0.8.0</strong></td>
<td><strong><a href="http://spec.commonmark.org/0.19/">0.19</a></strong>
<td>current spec (as of Apr 29 '15)</td>
<tr>
<td>0.7.2<br>0.7.1<br>0.7.0<br>0.6.1</td>
<td><a href="http://spec.commonmark.org/0.18/">0.18</a><br><a href="http://spec.commonmark.org/0.17/">0.17</a></td>
<td></td>
</tr>
<tr>
<td>0.6.0</td>
Expand Down

0 comments on commit 91696c8

Please sign in to comment.