Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clitic committed Dec 10, 2024
1 parent b72aa1e commit 4bddca0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion kdam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2024-12-11

### Changed

- Bump up pyo3 0.22 -> 0.23

## [0.6.1] - 2024-11-23

### Added
Expand Down Expand Up @@ -218,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2022-03-20

[Unreleased]: https://github.com/clitic/kdam/compare/0.6.1...HEAD
[Unreleased]: https://github.com/clitic/kdam/compare/0.6.2...HEAD
[0.6.2]: https://github.com/clitic/kdam/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/clitic/kdam/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/clitic/kdam/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/clitic/kdam/compare/v0.5.1...0.5.2
Expand Down
2 changes: 1 addition & 1 deletion kdam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "kdam"
readme = "README.md"
repository = "https://github.com/clitic/kdam/tree/main/kdam"
version = "0.6.1"
version = "0.6.2"

[dependencies]
colorgrad = { version = "0.7", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion kdam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add this to your Cargo.toml file.

```toml
[dependencies]
kdam = "0.6.1"
kdam = "0.6.2"
```

Or add from command line.
Expand Down

0 comments on commit 4bddca0

Please sign in to comment.