Skip to content

Commit

Permalink
chore(main): release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent ba3874f commit d87bbd5
Show file tree
Hide file tree
Showing 3 changed files with 15 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,3 +1,3 @@
{
".": "0.5.1"
".": "0.5.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.2](https://github.com/tasshi-me/fitting-rs/compare/0.5.1...0.5.2) (2024-05-08)


### Chores

* **deps:** update rust crate serde to 1.0.198 ([#98](https://github.com/tasshi-me/fitting-rs/issues/98)) ([925e3cc](https://github.com/tasshi-me/fitting-rs/commit/925e3ccd490a62769687fd90454c5582407830f6))
* **deps:** update rust crate serde to 1.0.199 ([#100](https://github.com/tasshi-me/fitting-rs/issues/100)) ([ccf8cb4](https://github.com/tasshi-me/fitting-rs/commit/ccf8cb457b5f7acabc39b9115e2d410eb27b39ec))
* **deps:** update rust crate serde to 1.0.200 ([#101](https://github.com/tasshi-me/fitting-rs/issues/101)) ([cadd933](https://github.com/tasshi-me/fitting-rs/commit/cadd933211eb35d7d49ed3ce69b13f02b065cba5))
* **deps:** update rust crate serde to 1.0.201 ([#103](https://github.com/tasshi-me/fitting-rs/issues/103)) ([ba3874f](https://github.com/tasshi-me/fitting-rs/commit/ba3874f1703898fe9651c1763bbc851a4e6ca953))
* **deps:** update rust crate thiserror to 1.0.58 ([#96](https://github.com/tasshi-me/fitting-rs/issues/96)) ([8f4d4c9](https://github.com/tasshi-me/fitting-rs/commit/8f4d4c9c7e33835bbb605cacbc3a6257e28315b7))
* **deps:** update rust crate thiserror to 1.0.59 ([#99](https://github.com/tasshi-me/fitting-rs/issues/99)) ([0ad77cd](https://github.com/tasshi-me/fitting-rs/commit/0ad77cd886ef9653db41fb3e6e9130cc3350acab))
* **deps:** update rust crate thiserror to 1.0.60 ([#102](https://github.com/tasshi-me/fitting-rs/issues/102)) ([00f1e08](https://github.com/tasshi-me/fitting-rs/commit/00f1e086d9cf238a432c9d130e8c92fb26395fe6))

## [0.5.1](https://github.com/tasshi-me/fitting-rs/compare/0.5.0...0.5.1) (2024-02-26)


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 = "fitting"
version = "0.5.1"
version = "0.5.2"
authors = ["Masaharu TASHIRO <[email protected]>"]
edition = "2018"
# A short blurb about the package. This is not rendered in any format when
Expand Down

0 comments on commit d87bbd5

Please sign in to comment.