Skip to content

Commit d3c0166

Browse files
authored
Merge pull request #523 from light-curve/light-curve-feature-v0.9.0
Update light-curve-feature to v0.9.0
2 parents dacf304 + 1c3333b commit d3c0166

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- We also migrated from Rust edition 2021 to 2024 https://github.com/light-curve/light-curve-python/pull/516
2525
- Bump both `PyO3` and `rust-numpy` to
2626
v0.25 https://github.com/light-curve/light-curve-python/pull/499 https://github.com/light-curve/light-curve-python/pull/520
27+
- Bump `light-curve-feature` to v0.9.0
2728

2829
### Deprecated
2930

light-curve/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ version = "0.8.0"
6767
features = ["serde"]
6868

6969
[dependencies.light-curve-feature]
70-
version = "0.8.1"
70+
version = "0.9.0"
7171
default-features = false

0 commit comments

Comments
 (0)