We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d1cfe + f2bf883 commit f94b7edCopy full SHA for f94b7ed
2 files changed
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 11)
+set(PROJECT_VERSION_GFM 12)
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,10 @@
1
+[0.29.0.gfm.12]
2
+
3
+ * Fixed polynomial time complexity issues per
+ https://github.com/github/cmark-gfm/security/advisories/GHSA-w4qg-3vf7-m9x5
+ * Added CodeQL project integration (#337)
+ * Addressed const qualifier discard compiler warnings (#330, #331)
[0.29.0.gfm.11]
* Improved fixes for polynomial time complexity issues per
0 commit comments