Skip to content

Commit

Permalink
Update version number again
Browse files Browse the repository at this point in the history
According to semver we bump the MINOR version number
whenever we add functionality in a backwards-comp. manner
New version: 0.8.0
  • Loading branch information
alphaville committed Oct 27, 2023
1 parent c8ec66a commit d083416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Note: This is the main Changelog file for the Rust solver. The Changelog file fo


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

### Added

Expand Down Expand Up @@ -256,7 +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.8]: 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.7.8"
version = "0.8.0"

edition = "2018"

Expand Down

0 comments on commit d083416

Please sign in to comment.