Skip to content

Commit

Permalink
lib v0.8.0 exec v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Dec 4, 2024
1 parent 9431f3c commit 001f654
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Explicitly set the minimum supported Rust version to 1.67
--

### Changed

Expand All @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

--

## [0.6.2] 2024-12-04

- Explicitly set the minimum supported Rust version to 1.67

## [0.6.1] 2022-12-30

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-curve-dmdt-exec"
version = "0.6.1"
version = "0.6.2"
description = "Program for dm-dt maps generator from light curves"
readme = "README.md"
repository = "https://github.com/light-curve/light-curve-dmdt"
Expand Down Expand Up @@ -28,6 +28,6 @@ enumflags2 = "0.7"
thiserror = "2"

[dependencies.light-curve-dmdt]
version = "0.7.1"
version = "0.8.0"
path = "light-curve-dmdt"
features = ["png"]
10 changes: 8 additions & 2 deletions light-curve-dmdt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- **Breaking** update `ndarray` to 0.16, it is breaking because we publicly re-export it
- **Breaking** minimum supported Rust version is set to 1.67
--

### Deprecated

Expand All @@ -32,6 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

--

## [0.8.0] 2024-12-04

### Changed

- **Breaking** update `ndarray` to 0.16, it is breaking because we publicly re-export it
- **Breaking** minimum supported Rust version is set to 1.67

## [0.7.1] 2022-12-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion light-curve-dmdt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "light-curve-dmdt"
version = "0.7.1"
version = "0.8.0"
description = "dm-dt maps generator library"
readme = "../README.md"
repository = "https://github.com/light-curve/light-curve-dmdt"
Expand Down

0 comments on commit 001f654

Please sign in to comment.