Skip to content

Commit 54cc6ed

Browse files
chore(main): release 0.4.1 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2655092 commit 54cc6ed

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/mshrtsr/fitting-rs/compare/0.4.0...0.4.1) (2022-09-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
14+
15+
### Chores
16+
17+
* update renovate.json5 ([557c972](https://github.com/mshrtsr/fitting-rs/commit/557c9720ef9b7f40999e6439ac91a65787c88486))
18+
319
## [0.4.0](https://github.com/mshrtsr/fitting-rs/compare/0.3.0...0.4.0) (2022-08-19)
420

521

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fitting"
3-
version = "0.4.0"
3+
version = "0.4.1"
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)