Skip to content

Commit

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

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


### 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))
* run tests with cargo-nextest ([92f4a45](https://github.com/nfejzic/mathemascii/commit/92f4a45e07d149cf51b0eafcb04de7ee32eb5851))
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.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Nadir Fejzic <nadirfejzo@gmail.com>"]
description = "AsciiMath parsing and rendering."
Expand Down

0 comments on commit 74824f4

Please sign in to comment.