Skip to content

Commit f94b7ed

Browse files
authored
Merge pull request #339 from github/anticomputer-bump-version-0.29.0.12
Changelog and version bump for 0.29.0.12
2 parents 38d1cfe + f2bf883 commit f94b7ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 11)
7+
set(PROJECT_VERSION_GFM 12)
88
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})
99

1010
include("FindAsan.cmake")

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[0.29.0.gfm.12]
2+
3+
* Fixed polynomial time complexity issues per
4+
https://github.com/github/cmark-gfm/security/advisories/GHSA-w4qg-3vf7-m9x5
5+
* Added CodeQL project integration (#337)
6+
* Addressed const qualifier discard compiler warnings (#330, #331)
7+
18
[0.29.0.gfm.11]
29

310
* Improved fixes for polynomial time complexity issues per

0 commit comments

Comments
 (0)