diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb41ccb..f714426c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +### Added + +### Removed + + + +## [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 @@ -89,7 +102,8 @@ This is a breaking API change. --------------------- --> -[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 diff --git a/Cargo.toml b/Cargo.toml index 5b04e928..6977b964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"