diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e274cc..58b36ce 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 - 2025-XX-XX +## Version [v0.8.10] - 2024-01-26 ### Changed @@ -250,6 +250,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.8.7]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.7 [v0.8.8]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.8 [v0.8.9]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.9 +[v0.8.10]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.10 [#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 @@ -299,3 +300,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#288]: https://github.com/JuliaTesting/Aqua.jl/issues/288 [#297]: https://github.com/JuliaTesting/Aqua.jl/issues/297 [#309]: https://github.com/JuliaTesting/Aqua.jl/issues/309 +[#319]: https://github.com/JuliaTesting/Aqua.jl/issues/319 diff --git a/Project.toml b/Project.toml index 69e7850..fc9a0db 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.9" +version = "0.8.10" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"