Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed May 14, 2023
1 parent 13b6901 commit f717da7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 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.2.2] - 2023-05-14

### Fixed

* Added missing degree -5 for orders >=6 in HarmonicsSet ([@AhmadHuran](https://github.com/AhmadHuran))

## [0.2.1] - 2023-01-28

### Fixed
Expand Down Expand Up @@ -40,7 +46,8 @@ please refer to the (updated and improved) documentation for details.

Version prior to adding a CHANGELOG.

[Unreleased]: https://github.com/argmin-rs/sphrs/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/argmin-rs/sphrs/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sphrs"
version = "0.2.1"
version = "0.2.2"
authors = ["Stefan Kroboth <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit f717da7

Please sign in to comment.