diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 784b61d..f1248c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.5.1](https://github.com/mshrtsr/fitting-rs/compare/0.5.0...0.5.1) (2023-07-10) + + +### Bug Fixes + +* **deps:** update rust crate approx to 0.5.1 ([#26](https://github.com/mshrtsr/fitting-rs/issues/26)) ([dccb0e4](https://github.com/mshrtsr/fitting-rs/commit/dccb0e4aec293b8dc758c89936e0acbed119e476)) + + +### Chores + +* **deps:** pin google-github-actions/release-please-action action to e0b9d18 ([#58](https://github.com/mshrtsr/fitting-rs/issues/58)) ([3e470d0](https://github.com/mshrtsr/fitting-rs/commit/3e470d05a3be8c4242ad74efaf034aeae778edd4)) +* **deps:** update rust crate serde to 1.0.158 ([#59](https://github.com/mshrtsr/fitting-rs/issues/59)) ([fc140a2](https://github.com/mshrtsr/fitting-rs/commit/fc140a29180e38fe11d469613be9736a2f8cf7fe)) +* **deps:** update rust crate serde to 1.0.159 ([#60](https://github.com/mshrtsr/fitting-rs/issues/60)) ([c5e26a2](https://github.com/mshrtsr/fitting-rs/commit/c5e26a2e3607922584e395f7688070592c59bd90)) +* **deps:** update rust crate serde to 1.0.160 ([#62](https://github.com/mshrtsr/fitting-rs/issues/62)) ([7843c44](https://github.com/mshrtsr/fitting-rs/commit/7843c44c64c35367ef82edf8c6bbcf0897dcc485)) +* **deps:** update rust crate serde to 1.0.167 ([#63](https://github.com/mshrtsr/fitting-rs/issues/63)) ([5705d00](https://github.com/mshrtsr/fitting-rs/commit/5705d0007f48f628e2be7e80da60fa63c6012c53)) +* **deps:** update rust crate serde to 1.0.168 ([#65](https://github.com/mshrtsr/fitting-rs/issues/65)) ([63b4e72](https://github.com/mshrtsr/fitting-rs/commit/63b4e72be6eaf47508e4e15ba919a4435c5e9952)) +* **deps:** update rust crate serde to 1.0.169 ([#66](https://github.com/mshrtsr/fitting-rs/issues/66)) ([8e08dc0](https://github.com/mshrtsr/fitting-rs/commit/8e08dc0b431ee71442cd0cc490775cc85f5ddf64)) +* **deps:** update rust crate serde to 1.0.171 ([#67](https://github.com/mshrtsr/fitting-rs/issues/67)) ([e04e6ce](https://github.com/mshrtsr/fitting-rs/commit/e04e6ce9bec2663b0a99368c7844c4e460489d0e)) +* **deps:** update rust crate thiserror to 1.0.40 ([#57](https://github.com/mshrtsr/fitting-rs/issues/57)) ([59aa7f8](https://github.com/mshrtsr/fitting-rs/commit/59aa7f8a8c6234d56faeb12be7533c8567f51221)) +* **deps:** update rust crate thiserror to 1.0.43 ([#64](https://github.com/mshrtsr/fitting-rs/issues/64)) ([323cbfc](https://github.com/mshrtsr/fitting-rs/commit/323cbfc2766a3477914e40b90da98accf2ec334b)) + ## [0.5.0](https://github.com/mshrtsr/fitting-rs/compare/0.4.4...0.5.0) (2022-12-29) diff --git a/Cargo.toml b/Cargo.toml index 4113688..c213a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitting" -version = "0.5.0" +version = "0.5.1" authors = ["Masaharu TASHIRO "] edition = "2018" # A short blurb about the package. This is not rendered in any format when