From 54cc6ededba976de7b4c9f622e3ec348eccc2163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 16:33:06 +0900 Subject: [PATCH] chore(main): release 0.4.1 (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 415776d..aa4146f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.1](https://github.com/mshrtsr/fitting-rs/compare/0.4.0...0.4.1) (2022-09-08) + + +### Bug Fixes + +* **deps:** update rust crate ndarray to 0.15.6 ([#27](https://github.com/mshrtsr/fitting-rs/issues/27)) ([ef30236](https://github.com/mshrtsr/fitting-rs/commit/ef30236fa7a5513b14b5d3ecd49fdca8aae74497)) +* **deps:** update rust crate serde to 1.0.143 ([#31](https://github.com/mshrtsr/fitting-rs/issues/31)) ([4563832](https://github.com/mshrtsr/fitting-rs/commit/45638320e0ab7f6b1f5c0c2b5f021be988c4a5be)) +* **deps:** update rust crate serde to 1.0.144 ([#37](https://github.com/mshrtsr/fitting-rs/issues/37)) ([2655092](https://github.com/mshrtsr/fitting-rs/commit/26550921439f3e189f0ce43767f4444a05f1c6b3)) +* **deps:** update rust crate thiserror to 1.0.32 ([#25](https://github.com/mshrtsr/fitting-rs/issues/25)) ([eac8cbf](https://github.com/mshrtsr/fitting-rs/commit/eac8cbfdc2ab76db77b22ec2f8fa0c9741178956)) +* **deps:** update rust crate thiserror to 1.0.34 ([#36](https://github.com/mshrtsr/fitting-rs/issues/36)) ([6fb6db0](https://github.com/mshrtsr/fitting-rs/commit/6fb6db00be8e56c52226f0c97aa2c796fd06a520)) + + +### Chores + +* update renovate.json5 ([557c972](https://github.com/mshrtsr/fitting-rs/commit/557c9720ef9b7f40999e6439ac91a65787c88486)) + ## [0.4.0](https://github.com/mshrtsr/fitting-rs/compare/0.3.0...0.4.0) (2022-08-19) diff --git a/Cargo.toml b/Cargo.toml index 8476818..c109135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitting" -version = "0.4.0" +version = "0.4.1" authors = ["Masaharu TASHIRO "] edition = "2018" # A short blurb about the package. This is not rendered in any format when