Skip to content

Commit

Permalink
Merge pull request #59 from alphaville/open-0.5.0-release
Browse files Browse the repository at this point in the history
Rust OpEn 0.5.0 release
  • Loading branch information
korken89 authored Jun 22, 2019
2 parents 64977f4 + 915e60c commit 9ad13f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

### Added

### Removed


<!-- ---------------------
v0.5.0
--------------------- -->
## [v0.5.0] - 2019-06-22

### Fixed

* Fixed `with_max_duration` in `PANOC` not following the builder pattern
* Fixed misplaced `.unwrap()` in the `HomotopyOptimizer`
* Fixed so the Python builder uses the current directory as default

### Added

Expand Down Expand Up @@ -89,7 +102,8 @@ This is a breaking API change.
--------------------- -->

<!-- Releases -->
[Unreleased]: https://github.com/alphaville/optimization-engine/compare/v0.4.0...master
[Unreleased]: https://github.com/alphaville/optimization-engine/compare/v0.5.0...master
[v0.5.0]: https://github.com/alphaville/optimization-engine/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/alphaville/optimization-engine/compare/v0.3.1...v0.4.0
[v0.3.1]: https://github.com/alphaville/optimization-engine/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/alphaville/optimization-engine/compare/v0.2.2...v0.3.0
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.4.0"
version = "0.5.0"

edition = "2018"

Expand Down

0 comments on commit 9ad13f5

Please sign in to comment.