From 468bbe8ec037bab956b32c2a247c69728577348a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Tue, 9 Apr 2024 11:46:26 +0200 Subject: [PATCH] Set version to 0.8.6 (#286) --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a732259a..01f6a4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Version [v0.8.6] - 2024-04-09 ### Added @@ -224,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.8.3]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.3 [v0.8.4]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.4 [v0.8.5]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.5 +[v0.8.6]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.6 [#93]: https://github.com/JuliaTesting/Aqua.jl/issues/93 [#103]: https://github.com/JuliaTesting/Aqua.jl/issues/103 [#113]: https://github.com/JuliaTesting/Aqua.jl/issues/113 @@ -267,3 +268,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#275]: https://github.com/JuliaTesting/Aqua.jl/issues/275 [#277]: https://github.com/JuliaTesting/Aqua.jl/issues/277 [#279]: https://github.com/JuliaTesting/Aqua.jl/issues/279 +[#281]: https://github.com/JuliaTesting/Aqua.jl/issues/281 +[#285]: https://github.com/JuliaTesting/Aqua.jl/issues/285 diff --git a/Project.toml b/Project.toml index ccdaa342..e38580d4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Aqua" uuid = "4c88cf16-eb10-579e-8560-4a9242c79595" authors = ["Takafumi Arakaki and contributors"] -version = "0.8.5" +version = "0.8.6" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"