diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae228ca..aa981e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "bump-minor-pre-major": true, - ".": "0.6.1" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 090dc82..8a24363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/nfejzic/alemat/compare/v0.6.1...v0.7.0) (2023-12-22) + + +### Features + +* add possibility to map content of `MathMl` ([#29](https://github.com/nfejzic/alemat/issues/29)) ([91d35de](https://github.com/nfejzic/alemat/commit/91d35dec4e3adcd746875c27f826905859498230)) + ## [0.6.1](https://github.com/nfejzic/alemat/compare/v0.6.0...v0.6.1) (2023-12-14) diff --git a/Cargo.toml b/Cargo.toml index 7c0c84a..ac51dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alemat" -version = "0.6.1" +version = "0.7.0" edition = "2021" authors = ["Nadir Fejzic "] description = "Library for type-safe building of MathML."