Skip to content

Commit

Permalink
chore(main): release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 28, 2023
1 parent 3e470d0 commit 0eaae05
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.1](https://github.com/mshrtsr/fitting-rs/compare/0.5.0...0.5.1) (2023-03-28)


### 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 thiserror to 1.0.40 ([#57](https://github.com/mshrtsr/fitting-rs/issues/57)) ([59aa7f8](https://github.com/mshrtsr/fitting-rs/commit/59aa7f8a8c6234d56faeb12be7533c8567f51221))

## [0.5.0](https://github.com/mshrtsr/fitting-rs/compare/0.4.4...0.5.0) (2022-12-29)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitting"
version = "0.5.0"
version = "0.5.1"
authors = ["Masaharu TASHIRO <masatsr.kit@gmail.com>"]
edition = "2018"
# A short blurb about the package. This is not rendered in any format when
Expand Down

0 comments on commit 0eaae05

Please # to comment.