Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 24, 2023
1 parent 660a412 commit cf63fb5
Show file tree
Hide file tree
Showing 3 changed files with 9 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.7.0"
".": "0.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://github.com/nfejzic/alemat/compare/v0.7.0...v0.8.0) (2023-12-24)


### Features

* add constructor for the norm (``) operator ([660a412](https://github.com/nfejzic/alemat/commit/660a4123d08ba6168dde3ec2bae6ecb3c407bda4))

## [0.7.0](https://github.com/nfejzic/alemat/compare/v0.6.1...v0.7.0) (2023-12-22)


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 = "alemat"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Nadir Fejzic <[email protected]>"]
description = "Library for type-safe building of MathML."
Expand Down

0 comments on commit cf63fb5

Please sign in to comment.