Skip to content

Commit 1370611

Browse files
committed
Bump version to 0.8.11
1 parent b7d973f commit 1370611

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55
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

8-
## Unreleased - 2025-XX-XX
8+
## Version [v0.8.11] - 2025-02-06
99

1010
### Changed
1111

1212
- Avoid deprecation warnings concerning `Base.isbindingresolved` with julia nightly. ([#322])
1313

14-
## Version [v0.8.10] - 2024-01-26
14+
## Version [v0.8.10] - 2025-01-26
1515

1616
### Changed
1717

@@ -256,6 +256,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256256
[v0.8.8]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.8
257257
[v0.8.9]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.9
258258
[v0.8.10]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.10
259+
[v0.8.11]: https://github.com/JuliaTesting/Aqua.jl/releases/tag/v0.8.11
259260
[#93]: https://github.com/JuliaTesting/Aqua.jl/issues/93
260261
[#103]: https://github.com/JuliaTesting/Aqua.jl/issues/103
261262
[#113]: https://github.com/JuliaTesting/Aqua.jl/issues/113
@@ -306,3 +307,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
306307
[#297]: https://github.com/JuliaTesting/Aqua.jl/issues/297
307308
[#309]: https://github.com/JuliaTesting/Aqua.jl/issues/309
308309
[#319]: https://github.com/JuliaTesting/Aqua.jl/issues/319
310+
[#322]: https://github.com/JuliaTesting/Aqua.jl/issues/322

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.10"
4+
version = "0.8.11"
55

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

0 commit comments

Comments
 (0)