mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
chore: update version to 1.3.0
This commit is contained in:
4
.github/ISSUE_TEMPLATE/cpp-bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/cpp-bug-report.yml
vendored
@@ -37,7 +37,9 @@ body:
|
||||
label: maddy version
|
||||
description: What version of maddy are you using?
|
||||
options:
|
||||
- 1.2.0 (latest)
|
||||
- 1.3.0 (latest)
|
||||
- 1.2.1
|
||||
- 1.2.0
|
||||
- 1.1.2
|
||||
- 1.1.1
|
||||
- 1.1.0
|
||||
|
||||
@@ -37,7 +37,9 @@ body:
|
||||
label: maddy version
|
||||
description: What version of maddy are you using?
|
||||
options:
|
||||
- 1.2.0 (latest)
|
||||
- 1.3.0 (latest)
|
||||
- 1.2.1
|
||||
- 1.2.0
|
||||
- 1.1.2
|
||||
- 1.1.1
|
||||
- 1.1.0
|
||||
@@ -51,7 +53,7 @@ body:
|
||||
id: example
|
||||
attributes:
|
||||
label: Minimal Mardown example
|
||||
description: To be able to reproduce your issue, please give some example Markdown which creates problems.
|
||||
description: To be able to reproduce your issue, please give some example Markdown which creates problems. Please indent the Markdown by 4 spaces.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# maddy
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://semver.org/)
|
||||
[](https://semver.org/)
|
||||
|
||||
maddy is a C++ Markdown to HTML **header-only** parser library.
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
* Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md
|
||||
* for the changelog.
|
||||
*/
|
||||
static const std::string& version() { static const std::string v = "1.2.1"; return v; }
|
||||
static const std::string& version() { static const std::string v = "1.3.0"; return v; }
|
||||
|
||||
/**
|
||||
* ctor
|
||||
|
||||
Reference in New Issue
Block a user