Skip to content

Commit 6bac40c

Browse files
chore(main): release 0.5.0 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93b4019 commit 6bac40c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.4"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/mshrtsr/fitting-rs/compare/0.4.4...0.5.0) (2022-12-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* return an error if vec_y contains negative value ([#52](https://github.com/mshrtsr/fitting-rs/issues/52))
9+
10+
### Bug Fixes
11+
12+
* return an error if vec_y contains negative value ([#52](https://github.com/mshrtsr/fitting-rs/issues/52)) ([93b4019](https://github.com/mshrtsr/fitting-rs/commit/93b40195a92af9df5f457bde817ed41a97ae8adf))
13+
314
## [0.4.4](https://github.com/mshrtsr/fitting-rs/compare/0.4.3...0.4.4) (2022-12-29)
415

516

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.4"
3+
version = "0.5.0"
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)