File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
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.10.0] - 2015-07-25
68### Added
79 - Added parent references to inline elements (#124 )
810 - Added smart punctuation extension (#134 )
@@ -235,7 +237,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
235237### Added
236238 - Initial commit (compatible with jgm/stmd: spec .txt @ 0275f34)
237239
238- [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.9.0...HEAD
240+ [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.10.0...HEAD
241+ [ 0.10.0 ] : https://github.com/thephpleague/commonmark/compare/0.9.0...0.10.0
239242[ 0.9.0 ] : https://github.com/thephpleague/commonmark/compare/0.8.0...0.9.0
240243[ 0.8.0 ] : https://github.com/thephpleague/commonmark/compare/0.7.2...0.8.0
241244[ 0.7.2 ] : https://github.com/thephpleague/commonmark/compare/0.7.1...0.7.2
Original file line number Diff line number Diff line change @@ -124,9 +124,14 @@ The following table shows which versions of league/commonmark are compatible wit
124124 </thead>
125125 <tbody>
126126 <tr>
127- <td><strong>0.9.0</strong></td>
128- <td><strong><a href="http://spec.commonmark.org/0.20/">0.20</a></strong>
129- <td>current spec (as of Jun 18 '15)</td>
127+ <td><strong>0.10.0</strong></td>
128+ <td><strong><a href="http://spec.commonmark.org/0.21/">0.21</a></strong>
129+ <td>current spec (as of July 25 2015)</td>
130+ </tr>
131+ <tr>
132+ <td>0.9.0</td>
133+ <td><a href="http://spec.commonmark.org/0.20/">0.20</a>
134+ <td></td>
130135 </tr>
131136 <tr>
132137 <td>0.8.0</td>
Original file line number Diff line number Diff line change 6666 },
6767 "extra" : {
6868 "branch-alias" : {
69- "dev-master" : " 0.10 -dev"
69+ "dev-master" : " 0.11 -dev"
7070 }
7171 }
7272}
You can’t perform that action at this time.
0 commit comments