Skip to content

Commit cabe78f

Browse files
chore(main): release 0.5.2
1 parent 925e3cc commit cabe78f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/tasshi-me/fitting-rs/compare/0.5.1...0.5.2) (2024-04-17)
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 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))
10+
311
## [0.5.1](https://github.com/tasshi-me/fitting-rs/compare/0.5.0...0.5.1) (2024-02-26)
412

513

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)