Skip to content

Commit 468bbe8

Browse files
authored
Set version to 0.8.6 (#286)
1 parent 231a1d1 commit 468bbe8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## Unreleased
9+
## Version [v0.8.6] - 2024-04-09
1010

1111
### Added
1212

@@ -224,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
224224
[v0.8.3]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.3
225225
[v0.8.4]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.4
226226
[v0.8.5]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.5
227+
[v0.8.6]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.6
227228
[#93]: https://github.com/JuliaTesting/Aqua.jl/issues/93
228229
[#103]: https://github.com/JuliaTesting/Aqua.jl/issues/103
229230
[#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
267268
[#275]: https://github.com/JuliaTesting/Aqua.jl/issues/275
268269
[#277]: https://github.com/JuliaTesting/Aqua.jl/issues/277
269270
[#279]: https://github.com/JuliaTesting/Aqua.jl/issues/279
271+
[#281]: https://github.com/JuliaTesting/Aqua.jl/issues/281
272+
[#285]: https://github.com/JuliaTesting/Aqua.jl/issues/285

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Aqua"
22
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
authors = ["Takafumi Arakaki <[email protected]> and contributors"]
4-
version = "0.8.5"
4+
version = "0.8.6"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)