From 59eb815f1989ea0b6dc6f930c93d0799d49b3b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Mon, 25 Sep 2023 18:19:21 +0200 Subject: [PATCH] Set version to 0.7.3 (#198) --- CHANGELOG.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf88492..b6ce6955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.7.3] - 2023-09-25 + ### Added - `test_deps_compat` has a new kwarg `broken` to mark the test as broken using `Test.@test_broken`. ([#193](https://github.com/JuliaTesting/Aqua.jl/pull/193)) diff --git a/Project.toml b/Project.toml index adcc9e29..6bab7582 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.7.2" +version = "0.7.3" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"