Skip to content

Commit 351748d

Browse files
committed
update Cargo.toml and CHANGELOG.md (v0.11.0)
1 parent 6f6a547 commit 351748d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
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)
99

10+
<!-- ---------------------
11+
v0.11.0
12+
--------------------- -->
13+
## [v0.11.0] - Unreleased
14+
15+
### Added
16+
17+
- Implementation of `BallP` in Rust: projection on lp-ball
18+
1019

1120
<!-- ---------------------
1221
v0.10.0
@@ -308,6 +317,7 @@ This is a breaking API change.
308317
--------------------- -->
309318

310319
<!-- Releases -->
320+
[v0.11.0]: https://github.com/alphaville/optimization-engine/compare/v0.10.0...v0.11.0
311321
[v0.10.0]: https://github.com/alphaville/optimization-engine/compare/v0.9.1...v0.10.0
312322
[v0.9.1]: https://github.com/alphaville/optimization-engine/compare/v0.9.0...v0.9.1
313323
[v0.9.0]: https://github.com/alphaville/optimization-engine/compare/v0.8.1...v0.9.0

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.10.0"
45+
version = "0.11.0"
4646

4747
edition = "2018"
4848

0 commit comments

Comments
 (0)