Skip to content

Commit ff164f1

Browse files
committed
Bump version to 0.29.0.gfm.3
1 parent ac80f7b commit ff164f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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 2)
7+
set(PROJECT_VERSION_GFM 3)
88
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})
99

1010
include("FindAsan.cmake")

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[0.29.0.gfm.3]
2+
* Fixed heap memory corruption vulnerabiliy via integer overflow per https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x
3+
14
[0.29.0.gfm.2]
25
* Fixed issues with footnote rendering when used with the autolinker (#121),
36
and when footnotes are adjacent (#139).

0 commit comments

Comments
 (0)