Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nfejzic committed Dec 22, 2023
1 parent 176696b commit ec5a931
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"bump-minor-pre-major": true,
".": "0.2.0"
".": "0.3.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.0](https://github.com/nfejzic/mathemascii/compare/v0.2.0...v0.3.0) (2023-12-22)


### Features

* implement parsing of ascii math ([#1](https://github.com/nfejzic/mathemascii/issues/1)) ([28e9abd](https://github.com/nfejzic/mathemascii/commit/28e9abdb548060c496a83c9a5bec3723a3f3c5d4))
* implement rendering to MathMl format ([#4](https://github.com/nfejzic/mathemascii/issues/4)) ([4171de1](https://github.com/nfejzic/mathemascii/commit/4171de1ac6ea7c93537990bfca8c2ce13f7891d7))
* reduce redundancy of grouping symbols ([#11](https://github.com/nfejzic/mathemascii/issues/11)) ([176696b](https://github.com/nfejzic/mathemascii/commit/176696bd4f5a91951a373bdbf6cf0dba6cfdf2cc))
* run tests with cargo-nextest ([92f4a45](https://github.com/nfejzic/mathemascii/commit/92f4a45e07d149cf51b0eafcb04de7ee32eb5851))

## [0.2.0](https://github.com/nfejzic/mathemascii/compare/0.1.0...v0.2.0) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mathemascii"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Nadir Fejzic <nadirfejzo@gmail.com>"]
description = "AsciiMath parsing and rendering."
Expand Down

0 comments on commit ec5a931

Please sign in to comment.