mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40: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
|
label: maddy version
|
||||||
description: What version of maddy are you using?
|
description: What version of maddy are you using?
|
||||||
options:
|
options:
|
||||||
- 1.2.0 (latest)
|
- 1.3.0 (latest)
|
||||||
|
- 1.2.1
|
||||||
|
- 1.2.0
|
||||||
- 1.1.2
|
- 1.1.2
|
||||||
- 1.1.1
|
- 1.1.1
|
||||||
- 1.1.0
|
- 1.1.0
|
||||||
|
|||||||
@@ -37,7 +37,9 @@ body:
|
|||||||
label: maddy version
|
label: maddy version
|
||||||
description: What version of maddy are you using?
|
description: What version of maddy are you using?
|
||||||
options:
|
options:
|
||||||
- 1.2.0 (latest)
|
- 1.3.0 (latest)
|
||||||
|
- 1.2.1
|
||||||
|
- 1.2.0
|
||||||
- 1.1.2
|
- 1.1.2
|
||||||
- 1.1.1
|
- 1.1.1
|
||||||
- 1.1.0
|
- 1.1.0
|
||||||
@@ -51,7 +53,7 @@ body:
|
|||||||
id: example
|
id: example
|
||||||
attributes:
|
attributes:
|
||||||
label: Minimal Mardown example
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# maddy
|
# maddy
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://semver.org/)
|
[](https://semver.org/)
|
||||||
|
|
||||||
maddy is a C++ Markdown to HTML **header-only** parser library.
|
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
|
* Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md
|
||||||
* for the changelog.
|
* 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
|
* ctor
|
||||||
|
|||||||
Reference in New Issue
Block a user