Skip to content

Commit 8bbe8a2

Browse files
committed
v0.5.8
1 parent 0a81817 commit 8bbe8a2

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- `light-curve-feature` 0.4.5 -> 0.4.6
16+
1717

1818
### Deprecated
1919

@@ -25,12 +25,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28-
- Minimum supported Rust version 1.56 wasn't actually supported, `light-curve-feature` upgrade fixed it
28+
2929

3030
### Security
3131

3232
3333

34+
35+
## [0.5.8] 2022-06-14
36+
37+
### Changed
38+
39+
- `light-curve-feature` 0.4.5 -> 0.4.6
40+
41+
### Fixed
42+
43+
- Minimum supported Rust version 1.56 wasn't actually supported, `light-curve-feature` upgrade fixed it
44+
45+
3446
## [0.5.7] 2022-06-10
3547

3648
### Added

light-curve/Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["Konstantin Malanchev <hombit@gmail.com>", "Anastasia Lavrukhina <lavrukhina.ad@gmail.com>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)