Skip to content

Commit

Permalink
update Chargo.toml and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Oct 27, 2023
1 parent 125444d commit 5d8b7ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.7.8
--------------------- -->
## [v0.7.7] - 2023-10-27

### Added

- New constraint: sphere of Euclidean norm

<!-- ---------------------
v0.7.7
--------------------- -->
Expand Down Expand Up @@ -247,6 +256,7 @@ This is a breaking API change.
--------------------- -->

<!-- Releases -->
[v0.7.8]: https://github.com/alphaville/optimization-engine/compare/v0.7.7...v0.7.8
[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.7.7"
version = "0.7.8"

edition = "2018"

Expand Down

0 comments on commit 5d8b7ab

Please sign in to comment.