Skip to content

Commit

Permalink
0.28.0.gfm.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Aug 9, 2017
1 parent 7cf993f commit 8595dda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ endif()
set(PROJECT_NAME "cmark")

set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 27)
set(PROJECT_VERSION_PATCH 1)
set(PROJECT_VERSION_GFM 4)
set(PROJECT_VERSION_MINOR 28)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_GFM 5)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM} )

option(CMARK_TESTS "Build cmark tests and enable testing" ON)
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[0.28.0.gfm.5]

* Latest spec.
* Fix a typo in the spec (John Gardner).
* Fix quadratic behavior in reference lookups.
* Add `core_extensions_ensure_registered`.
* Add sourcepos information for inlines.

[0.27.1.gfm.4]

* Fix regression with nested parentheses in link targets (#48).
Expand Down

0 comments on commit 8595dda

Please sign in to comment.