- Commit
- e97d8f3cd405970c74d44b0ded87b1954fe0f2ba
- Parent
- a54e12c9e5da809b425cc0f2c01d30953f4ab512
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Bump to 0.28.2, update changelog.
My personal build of CMark ✏️
Bump to 0.28.2, update changelog.
2 files changed, 6 insertions, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | CMakeLists.txt | 2 | 1 | 1 |
Modified | changelog.txt | 5 | 5 | 0 |
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -18,7 +18,7 @@ set(PROJECT_NAME "cmark") set(PROJECT_VERSION_MAJOR 0) set(PROJECT_VERSION_MINOR 28) -set(PROJECT_VERSION_PATCH 1) +set(PROJECT_VERSION_PATCH 2) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} ) option(CMARK_TESTS "Build cmark tests and enable testing" ON)
diff --git a/changelog.txt b/changelog.txt @@ -1,3 +1,8 @@ +[0.28.2] + + * Fixed regression in install dest for static library (#238). + Due to a mistake, 0.28.1 installed libcmark.a into include/. + [0.28.1] * `--smart`: open quote can never occur right after `]` or `)` (#227).