diff --git a/CHANGELOG.md b/CHANGELOG.md index 11db1c4..0f1e4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/nfejzic/alemat/compare/v0.3.0...v0.3.1) (2023-12-08) + + +### Bug Fixes + +* make <mi> buildable, improve rendering API ([#8](https://github.com/nfejzic/alemat/issues/8)) ([41889eb](https://github.com/nfejzic/alemat/commit/41889eb6931a01a3eaa592039474ac55fad0e68f)) + ## [0.3.0](https://github.com/nfejzic/alemat/compare/v0.2.0...v0.3.0) (2023-12-07) diff --git a/Cargo.toml b/Cargo.toml index dde70c4..197c028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alemat" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Nadir Fejzic "] description = "Library for type-safe building of MathML."