Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63dd7b7 + 808bcfb commit 587a12bCopy full SHA for 587a12b
CMakeLists.txt
@@ -4,7 +4,7 @@ project(cmark-gfm)
4
set(PROJECT_VERSION_MAJOR 0)
5
set(PROJECT_VERSION_MINOR 29)
6
set(PROJECT_VERSION_PATCH 0)
7
-set(PROJECT_VERSION_GFM 12)
+set(PROJECT_VERSION_GFM 13)
8
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})
9
10
include("FindAsan.cmake")
changelog.txt
@@ -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)
+ * Fix format specifier for printing a size_t (#340)
+
[0.29.0.gfm.12]
* Fixed polynomial time complexity issues per
0 commit comments