Skip to content

Commit 0f98e8a

Browse files
authored
Merge pull request commonmark#231 from github/bump-version-to-0290gfm1
Bump version to `0.29.0.gfm.1`
2 parents fcf8b73 + b790eca commit 0f98e8a

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 0)
7+
set(PROJECT_VERSION_GFM 1)
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.1]
2+
3+
* Fixed denial of service bug in GFM's table extension
4+
per https://github.com/github/cmark-gfm/security/advisories/GHSA-7gc6-9qr5-hc85
5+
16
[0.29.0]
27

38
* Update spec to 0.29.

0 commit comments

Comments
 (0)