Skip to content

Commit a69a176

Browse files
chore(main): release 0.5.2
1 parent 6990904 commit a69a176

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/tasshi-me/fitting-rs/compare/0.5.1...0.5.2) (2024-08-13)
4+
5+
6+
### Chores
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **deps:** update rust crate serde to 1.0.202 ([#104](https://github.com/tasshi-me/fitting-rs/issues/104)) ([9efc2a5](https://github.com/tasshi-me/fitting-rs/commit/9efc2a56f88e3a2d2122898dce7b814f9a55f186))
13+
* **deps:** update rust crate serde to 1.0.203 ([#106](https://github.com/tasshi-me/fitting-rs/issues/106)) ([2ac427e](https://github.com/tasshi-me/fitting-rs/commit/2ac427e535b00f8554fce477e96329765802bd69))
14+
* **deps:** update rust crate serde to 1.0.204 ([#107](https://github.com/tasshi-me/fitting-rs/issues/107)) ([86517bd](https://github.com/tasshi-me/fitting-rs/commit/86517bdf442342176f9009f52a187c65d58a9c29))
15+
* **deps:** update rust crate serde to 1.0.205 ([#111](https://github.com/tasshi-me/fitting-rs/issues/111)) ([0c0e20c](https://github.com/tasshi-me/fitting-rs/commit/0c0e20cf46c7e8b55d78860ad0e63432bb89537c))
16+
* **deps:** update rust crate serde to 1.0.206 ([#112](https://github.com/tasshi-me/fitting-rs/issues/112)) ([a725ba6](https://github.com/tasshi-me/fitting-rs/commit/a725ba660dffac4ff9db45bc5d0bb2de5fe0becb))
17+
* **deps:** update rust crate serde to 1.0.207 ([#113](https://github.com/tasshi-me/fitting-rs/issues/113)) ([6990904](https://github.com/tasshi-me/fitting-rs/commit/69909049c562e716e61c469d44fa7c63e4d4bf9e))
18+
* **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))
19+
* **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))
20+
* **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))
21+
* **deps:** update rust crate thiserror to 1.0.61 ([#105](https://github.com/tasshi-me/fitting-rs/issues/105)) ([f68045f](https://github.com/tasshi-me/fitting-rs/commit/f68045f0efc023a221b0453286739ba68b37f7c9))
22+
* **deps:** update rust crate thiserror to 1.0.62 ([#108](https://github.com/tasshi-me/fitting-rs/issues/108)) ([ade2b24](https://github.com/tasshi-me/fitting-rs/commit/ade2b24fd9c9e4fd029c094b463ccade3aa0b30a))
23+
* **deps:** update rust crate thiserror to 1.0.63 ([#109](https://github.com/tasshi-me/fitting-rs/issues/109)) ([f5016c7](https://github.com/tasshi-me/fitting-rs/commit/f5016c7be891452e6010199fc806fab7f7936a20))
24+
325
## [0.5.1](https://github.com/tasshi-me/fitting-rs/compare/0.5.0...0.5.1) (2024-02-26)
426

527

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fitting"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Masaharu TASHIRO <[email protected]>"]
55
edition = "2018"
66
# A short blurb about the package. This is not rendered in any format when

0 commit comments

Comments
 (0)