File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
55## [ Unreleased] [ unreleased ]
6+
7+ ## [ 0.9.0] - 2015-06-18
68### Added
79 - Added public $data array to block elements (#95 )
810 - Added ` isIndented ` helper method to ` Cursor `
@@ -203,7 +205,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
203205### Added
204206 - Initial commit (compatible with jgm/stmd: spec .txt @ 0275f34)
205207
206- [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.8.0...HEAD
208+ [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.9.0...HEAD
209+ [ 0.9.0 ] : https://github.com/thephpleague/commonmark/compare/0.8.0...0.9.0
207210[ 0.8.0 ] : https://github.com/thephpleague/commonmark/compare/0.7.2...0.8.0
208211[ 0.7.2 ] : https://github.com/thephpleague/commonmark/compare/0.7.1...0.7.2
209212[ 0.7.1 ] : https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1
Original file line number Diff line number Diff line change @@ -122,9 +122,14 @@ The following table shows which versions of league/commonmark are compatible wit
122122 </thead>
123123 <tbody>
124124 <tr>
125- <td><strong>0.8.0</strong></td>
126- <td><strong><a href="http://spec.commonmark.org/0.19/">0.19</a></strong>
127- <td>current spec (as of Apr 29 '15)</td>
125+ <td><strong>0.9.0</strong></td>
126+ <td><strong><a href="http://spec.commonmark.org/0.20/">0.20</a></strong>
127+ <td>current spec (as of Jun 18 '15)</td>
128+ </tr>
129+ <tr>
130+ <td>0.8.0</td>
131+ <td><a href="http://spec.commonmark.org/0.19/">0.19</a>
132+ <td></td>
128133 <tr>
129134 <td>0.7.2<br>0.7.1<br>0.7.0<br>0.6.1</td>
130135 <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>
You can’t perform that action at this time.
0 commit comments