diff --git a/CHANGELOG.md b/CHANGELOG.md index 741b33d..d03b64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Expose `nl_fit::CurveFitResult` +-- ### Changed -- **Breaking** Update ndarray from 0.15 to 0.16 https://github.com/light-curve/light-curve-feature/pull/175 +-- ### Deprecated @@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -- +# [0.8.0] 2024 December 3 + +### Added + +- Expose `nl_fit::CurveFitResult` + +### Changed + +- **Breaking** Update ndarray from 0.15 to 0.16 https://github.com/light-curve/light-curve-feature/pull/175 + # [0.7.1] 2024 April 25 ### Added diff --git a/Cargo.toml b/Cargo.toml index f918f4c..3165e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-curve-feature" -version = "0.7.1" +version = "0.8.0" description = "Feature extractor from noisy time series" categories = ["science"] keywords = ["astronomy", "time-series"]