Skip to content

Commit 19c5837

Browse files
committed
v0.12.2
1 parent 6b2f2e0 commit 19c5837

3 files changed

Lines changed: 49 additions & 62 deletions

File tree

CHANGELOG.md

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

1414
### Changed
1515

16-
- Development and test dependencies are moved from project extras to `dependency-groups` in `pyproject.toml`, so only
17-
user-facing optional dependencies are exposed as extras.
16+
--
1817

1918
### Deprecated
2019

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

2726
### Fixed
2827

29-
- Fixed segmentation fault when using `pyarrow` 24 on macOS ([#694](https://github.com/light-curve/light-curve-python/pull/694))
28+
--
3029

3130
### Security
3231

3332
--
3433

34+
35+
## [0.12.2] 2026-05-09
36+
37+
### Changed
38+
39+
- Development and test dependencies are moved from project extras to `dependency-groups` in `pyproject.toml`, so only
40+
user-facing optional dependencies are exposed as extras.
41+
42+
### Fixed
43+
44+
- Fixed segmentation fault when using `pyarrow` 24 on macOS ([#694](https://github.com/light-curve/light-curve-python/pull/694))
45+
46+
3547
## [0.12.1] 2026-04-09
3648

3749
### Changed

light-curve/Cargo.lock

Lines changed: 33 additions & 58 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = [
55
"Konstantin Malanchev <hombit@gmail.com>",
66
"Anastasia Lavrukhina <lavrukhina.ad@gmail.com>",

0 commit comments

Comments
 (0)