Skip to content

Commit 9361300

Browse files
chore(main): release 0.4.2 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13189bb commit 9361300

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/mshrtsr/fitting-rs/compare/0.4.1...0.4.2) (2022-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate serde to 1.0.145 ([#40](https://github.com/mshrtsr/fitting-rs/issues/40)) ([28b4d3d](https://github.com/mshrtsr/fitting-rs/commit/28b4d3d6dedd5153a84bb73d28efa2bb6ec800b4))
9+
* **deps:** update rust crate serde to 1.0.146 ([#43](https://github.com/mshrtsr/fitting-rs/issues/43)) ([b104977](https://github.com/mshrtsr/fitting-rs/commit/b10497758766b9d9e4755dfb2d309dff3b9fa0fa))
10+
* **deps:** update rust crate serde to 1.0.147 ([#44](https://github.com/mshrtsr/fitting-rs/issues/44)) ([13189bb](https://github.com/mshrtsr/fitting-rs/commit/13189bbf1b8e1e2dd0bd119066757e185e9b2684))
11+
* **deps:** update rust crate thiserror to 1.0.35 ([#38](https://github.com/mshrtsr/fitting-rs/issues/38)) ([8f8e210](https://github.com/mshrtsr/fitting-rs/commit/8f8e210c087364a56c13c386ab65b861a84591f4))
12+
* **deps:** update rust crate thiserror to 1.0.36 ([#41](https://github.com/mshrtsr/fitting-rs/issues/41)) ([a8563dc](https://github.com/mshrtsr/fitting-rs/commit/a8563dce301cc778db4d8968b54612bb6255fb11))
13+
* **deps:** update rust crate thiserror to 1.0.37 ([#42](https://github.com/mshrtsr/fitting-rs/issues/42)) ([f14d758](https://github.com/mshrtsr/fitting-rs/commit/f14d758586b9a0b49f4e2d47a442bc3ee09ec5c9))
14+
315
## [0.4.1](https://github.com/mshrtsr/fitting-rs/compare/0.4.0...0.4.1) (2022-09-08)
416

517

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.1"
3+
version = "0.4.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)