Skip to content

Commit d083416

Browse files
committed
Update version number again
According to semver we bump the MINOR version number whenever we add functionality in a backwards-comp. manner New version: 0.8.0
1 parent c8ec66a commit d083416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Note: This is the main Changelog file for the Rust solver. The Changelog file fo
99

1010

1111
<!-- ---------------------
12-
v0.7.8
12+
v0.8.0
1313
--------------------- -->
14-
## [v0.7.8] - 2023-10-27
14+
## [v0.8.1] - 2023-10-27
1515

1616
### Added
1717

@@ -256,7 +256,7 @@ This is a breaking API change.
256256
--------------------- -->
257257

258258
<!-- Releases -->
259-
[v0.7.8]: https://github.com/alphaville/optimization-engine/compare/v0.7.7...v0.7.8
259+
[v0.7.8]: https://github.com/alphaville/optimization-engine/compare/v0.7.7...v0.8.0
260260
[v0.7.7]: https://github.com/alphaville/optimization-engine/compare/v0.7.6...v0.7.7
261261
[v0.7.6]: https://github.com/alphaville/optimization-engine/compare/v0.7.5...v0.7.6
262262
[v0.7.5]: https://github.com/alphaville/optimization-engine/compare/v0.7.4...v0.7.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ homepage = "https://alphaville.github.io/optimization-engine/"
4242
repository = "https://github.com/alphaville/optimization-engine"
4343

4444
# Version of this crate (SemVer)
45-
version = "0.7.8"
45+
version = "0.8.0"
4646

4747
edition = "2018"
4848

0 commit comments

Comments
 (0)