Skip to content

Commit 587a12b

Browse files
authored
Merge pull request #343 from github/anticomputer-bump-version-0.29.0.13
Changelog and version bump for 0.29.0.13
2 parents 63dd7b7 + 808bcfb commit 587a12b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(cmark-gfm)
44
set(PROJECT_VERSION_MAJOR 0)
55
set(PROJECT_VERSION_MINOR 29)
66
set(PROJECT_VERSION_PATCH 0)
7-
set(PROJECT_VERSION_GFM 12)
7+
set(PROJECT_VERSION_GFM 13)
88
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})
99

1010
include("FindAsan.cmake")

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[0.29.0.gfm.13]
2+
* Normalized marker row vs. delimiter row nomenclature (#273)
3+
* Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)
4+
* Fix format specifier for printing a size_t (#340)
5+
16
[0.29.0.gfm.12]
27

38
* Fixed polynomial time complexity issues per

0 commit comments

Comments
 (0)