From 1b947d7870b85d847840018b1c1557cc3bc7e1b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 22:08:10 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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."