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 Jul 9, 2023
1 parent 8e08dc0 commit 4355dd3
Show file tree
Hide file tree
Showing 3 changed files with 22 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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

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


### 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 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)


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 4355dd3

Please # to comment.