From 73fe03499c67b369a02b8486205ee981810b2e1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 May 2023 20:46:20 +0000 Subject: [PATCH] chore: release v0.6.2 ## [0.6.2](https://github.com/semiotic-ai/SemioticOpt.jl/compare/v0.6.1...v0.6.2) (2023-05-01) ### Bug Fixes * PGO swapping did not set non support to 0 ([144b9dd](https://github.com/semiotic-ai/SemioticOpt.jl/commit/144b9ddcc1db13da68d763d80f826b1fb7758788)) --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb79aec..061edb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/semiotic-ai/SemioticOpt.jl/compare/v0.6.1...v0.6.2) (2023-05-01) + + +### Bug Fixes + +* PGO swapping did not set non support to 0 ([144b9dd](https://github.com/semiotic-ai/SemioticOpt.jl/commit/144b9ddcc1db13da68d763d80f826b1fb7758788)) + ## [0.6.1](https://github.com/semiotic-ai/SemioticOpt.jl/compare/v0.6.0...v0.6.1) (2023-05-01) diff --git a/Project.toml b/Project.toml index f9905ae..db55456 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SemioticOpt" uuid = "a0c0fc10-8635-40d2-82ff-39f738735ee1" authors = ["Semiotic Labs"] -version = "0.6.1" +version = "0.6.2" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"