Skip to content

Commit

Permalink
update Cargo.toml and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Oct 27, 2023
1 parent 59d8063 commit a1273e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Note: This is the main Changelog file for the Rust solver. The Changelog file for the Python interface (`opengen`) can be found in [/open-codegen/CHANGELOG.md](open-codegen/CHANGELOG.md)


<!-- ---------------------
v0.8.1
--------------------- -->
## [v0.8.1] - 2023-10-27

### Fixed

- Fix bug in implementation of `ball2.rs` (radius was being ignored for balls centered not at the origin)



<!-- ---------------------
v0.8.0
--------------------- -->
Expand Down Expand Up @@ -256,7 +267,8 @@ This is a breaking API change.
--------------------- -->

<!-- Releases -->
[v0.7.8]: https://github.com/alphaville/optimization-engine/compare/v0.7.7...v0.8.0
[v0.8.1]: https://github.com/alphaville/optimization-engine/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/alphaville/optimization-engine/compare/v0.7.7...v0.8.0
[v0.7.7]: https://github.com/alphaville/optimization-engine/compare/v0.7.6...v0.7.7
[v0.7.6]: https://github.com/alphaville/optimization-engine/compare/v0.7.5...v0.7.6
[v0.7.5]: https://github.com/alphaville/optimization-engine/compare/v0.7.4...v0.7.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ homepage = "https://alphaville.github.io/optimization-engine/"
repository = "https://github.com/alphaville/optimization-engine"

# Version of this crate (SemVer)
version = "0.8.0"
version = "0.8.1"

edition = "2018"

Expand Down

0 comments on commit a1273e9

Please sign in to comment.