Skip to content

Commit 423d739

Browse files
chore(main): release 0.4.4 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 700fcf5 commit 423d739

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

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

3+
## [0.4.4](https://github.com/mshrtsr/fitting-rs/compare/0.4.3...0.4.4) (2022-12-29)
4+
5+
6+
### Chores
7+
8+
* add limitations section of `Gaussian::fit` ([#53](https://github.com/mshrtsr/fitting-rs/issues/53)) ([b556725](https://github.com/mshrtsr/fitting-rs/commit/b556725171b539dcaf2adc61e5cd40b6f5346b0d))
9+
* replace deprecated method of `ndarray::Zip` ([700fcf5](https://github.com/mshrtsr/fitting-rs/commit/700fcf5570e910d8ee25cf9d272be28dc6afdd72))
10+
311
## [0.4.3](https://github.com/mshrtsr/fitting-rs/compare/0.4.2...0.4.3) (2022-12-26)
412

513

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