Skip to content

Commit 766f161

Browse files
authored
Merge pull request commonmark#235 from github/bump-version-to-0290gfm2
Bump version to `0.29.0.gfm.2`
2 parents 9eb8858 + d86bddf commit 766f161

File tree

2 files changed

+11
-1
lines changed

2 files changed

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

1010
include("FindAsan.cmake")

changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[0.29.0.gfm.2]
2+
* Fixed issues with footnote rendering when used with the autolinker (#121),
3+
and when footnotes are adjacent (#139).
4+
* We now allow footnotes to be referenced from inside a footnote definition,
5+
we use the footnote label for the fnref href text when rendering html, and
6+
we insert multiple backrefs when a footnote has been referenced multiple
7+
times (#229, #230)
8+
* We added new data- attributes to footnote html rendering to make them
9+
easier to style (#234)
10+
111
[0.29.0.gfm.1]
212

313
* Fixed denial of service bug in GFM's table extension

0 commit comments

Comments
 (0)