mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 16:00:39 +01:00
Compare commits
2 Commits
de67274233
...
1.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
441ba25550 | ||
|
|
9143754a23 |
@@ -14,6 +14,10 @@ maddy uses [semver versioning](https://semver.org/).
|
||||
|
||||
## Upcoming
|
||||
|
||||
* ...
|
||||
|
||||
## version 1.6.0 2025-07-26
|
||||
|
||||
*  Added CMake install and find_package() support.
|
||||
*  Script to update maddy version number in all files.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
project(maddy VERSION 1.5.0) # MADDY_VERSION_LINE_REPLACEMENT
|
||||
project(maddy VERSION 1.6.0) # MADDY_VERSION_LINE_REPLACEMENT
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# maddy
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://semver.org/) <!-- MADDY_VERSION_LINE_REPLACEMENT -->
|
||||
[](https://semver.org/) <!-- MADDY_VERSION_LINE_REPLACEMENT -->
|
||||
|
||||
maddy is a C++ Markdown to HTML **header-only** parser library.
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
*/
|
||||
static const std::string& version()
|
||||
{
|
||||
static const std::string v = "1.5.0"; // MADDY_VERSION_LINE_REPLACEMENT
|
||||
static const std::string v = "1.6.0"; // MADDY_VERSION_LINE_REPLACEMENT
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user