From d224e2c82eef851778d1f44b17726e465c6e291e Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:08:56 +0100 Subject: [PATCH 1/2] Bump version to 1.4.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ab6249c9..d215ca87 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BenchmarkTools" uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" -version = "1.3.2" +version = "1.4.0" [deps] JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" From 30bd6e920b4eee5002b94161f8e91baf89e45c05 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:23:51 +0100 Subject: [PATCH 2/2] Appease new Aqua compat checks --- Project.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d215ca87..e8e78ec1 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] +Aqua = "0.8" JSON = "0.18, 0.19, 0.20, 0.21" -Statistics = "1" +JuliaFormatter = "1" +Logging = "<0.0.1, 1" +Printf = "<0.0.1, 1" +Profile = "<0.0.1, 1" +Statistics = "<0.0.1, 1" +Test = "<0.0.1, 1" +UUIDs = "<0.0.1, 1" julia = "1" [extras]