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 27, 2023
1 parent b1735ab commit 39f5ed0
Show file tree
Hide file tree
Showing 3 changed files with 28 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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### 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 serde to 1.0.171 ([#67](https://github.com/mshrtsr/fitting-rs/issues/67)) ([e04e6ce](https://github.com/mshrtsr/fitting-rs/commit/e04e6ce9bec2663b0a99368c7844c4e460489d0e))
* **deps:** update rust crate serde to 1.0.173 ([#68](https://github.com/mshrtsr/fitting-rs/issues/68)) ([d2228d1](https://github.com/mshrtsr/fitting-rs/commit/d2228d1073ba80f1c1cfdf41b60f03f1ab7230f9))
* **deps:** update rust crate serde to 1.0.174 ([#69](https://github.com/mshrtsr/fitting-rs/issues/69)) ([bb78f29](https://github.com/mshrtsr/fitting-rs/commit/bb78f29539e519a95dfbc4e5718553fee987c89b))
* **deps:** update rust crate serde to 1.0.175 ([#71](https://github.com/mshrtsr/fitting-rs/issues/71)) ([fab1b35](https://github.com/mshrtsr/fitting-rs/commit/fab1b356ccfadc36fe0e35f42c0251aed7b37082))
* **deps:** update rust crate serde to 1.0.176 ([#73](https://github.com/mshrtsr/fitting-rs/issues/73)) ([b1735ab](https://github.com/mshrtsr/fitting-rs/commit/b1735abae6af6413207d0e4f445ae708648646f0))
* **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))
* **deps:** update rust crate thiserror to 1.0.44 ([#70](https://github.com/mshrtsr/fitting-rs/issues/70)) ([b449713](https://github.com/mshrtsr/fitting-rs/commit/b4497133a16cf0c89f177ee38fb7e37bdcde9337))

## [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 39f5ed0

Please # to comment.