From ed7a48fbb55ae34183fa53beca405c481977d745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 05:31:26 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b78ecb..8cbf39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.3](https://github.com/mshrtsr/fitting-rs/compare/0.4.2...0.4.3) (2022-12-12) + + +### Bug Fixes + +* **deps:** update rust crate serde to 1.0.148 ([#45](https://github.com/mshrtsr/fitting-rs/issues/45)) ([2f8a832](https://github.com/mshrtsr/fitting-rs/commit/2f8a8320d0f940984d65b6fe4da24433cba698eb)) +* **deps:** update rust crate serde to 1.0.149 ([#47](https://github.com/mshrtsr/fitting-rs/issues/47)) ([317a8a5](https://github.com/mshrtsr/fitting-rs/commit/317a8a588babf0959be692384c3219821cbe2433)) +* **deps:** update rust crate serde to 1.0.150 ([#48](https://github.com/mshrtsr/fitting-rs/issues/48)) ([ab34e27](https://github.com/mshrtsr/fitting-rs/commit/ab34e2758d619c9f6dd6c946f14474df8b780408)) + ## [0.4.2](https://github.com/mshrtsr/fitting-rs/compare/0.4.1...0.4.2) (2022-10-21) diff --git a/Cargo.toml b/Cargo.toml index 03739b2..b5629a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitting" -version = "0.4.2" +version = "0.4.3" authors = ["Masaharu TASHIRO "] edition = "2018" # A short blurb about the package. This is not rendered in any format when