From 9db4dafda0fc622c08aa7e9cd55f94213aeb6a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadir=20Fejzi=C4=87?= Date: Fri, 8 Dec 2023 23:24:38 +0100 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e544fe1..f47a63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/nfejzic/alemat/compare/v0.3.0...v0.4.0) (2023-12-08) + + +### Features + +* improve write API ([#14](https://github.com/nfejzic/alemat/issues/14)) ([99eacaf](https://github.com/nfejzic/alemat/commit/99eacaf4ab51a19bdab7ba3b320b08039f5c5266)) + ## [0.3.0](https://github.com/nfejzic/alemat/compare/v0.2.0...v0.3.0) (2023-12-08) diff --git a/Cargo.toml b/Cargo.toml index dde70c4..ccfb53f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alemat" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Nadir Fejzic "] description = "Library for type-safe building of MathML."