Skip to content

Commit 9f8945c

Browse files
committed
Bump version and start Changelog for 0.29.0.gfm.11
1 parent 2aad29d commit 9f8945c

File tree

2 files changed

+17
-1
lines changed

2 files changed

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

1010
include("FindAsan.cmake")

changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
[0.29.0.gfm.11]
2+
3+
* Improved fixes for polynomial time complexity issues per
4+
https://github.com/github/cmark-gfm/security/advisories/GHSA-66g8-4hjf-77xh
5+
(#323, #324)
6+
* Added fuzzing target for bracketed patterns (#318)
7+
* Fixed bug in list numbering introduced in
8+
763587e8775350b8cb4a2aa0f4cec3685aa96e8b (#322) which caused list numbers
9+
to increment by 2
10+
* Fixed strict prototype clang warning (#310)
11+
* Fixed regression test (#312)
12+
13+
Note: these changes remove redundant bold tag nesting which may result
14+
in existing rendering tests failing, e.g. rendering "____bold____" to html
15+
will no longer yield "<p><strong><strong>bold</strong></strong></p>".
16+
117
[0.29.0.gfm.10]
218

319
* Fixed polynomial time complexity issue per

0 commit comments

Comments
 (0)