From 36ed46823d0e0dc40b11141ee921789664e44a1c Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 30 Aug 2024 16:51:35 -0700 Subject: [PATCH] Release v0.23.0 (#1131) --- Cargo.lock | 2 +- Cargo.toml | 2 +- tests/fixtures/linux/linux.json | 4 ++-- tests/fixtures/linux/steam-deck.json | 4 ++-- tests/fixtures/macos/macos.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0708ee209..aa17f4a31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "bytes 1.7.1", diff --git a/Cargo.toml b/Cargo.toml index 8a3edc6b8..d72e65c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.22.0" +version = "0.23.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index cc3ed134e..ab85f7103 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.23.0", "actions": [ { "action": { @@ -478,4 +478,4 @@ "ssl_cert_file": null, "failure_chain": null } -} \ No newline at end of file +} diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 6bd57eb45..e6b69748c 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.23.0", "actions": [ { "action": { @@ -454,4 +454,4 @@ "ssl_cert_file": null, "failure_chain": null } -} \ No newline at end of file +} diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 2d125476b..fa1bdabba 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.23.0", "actions": [ { "action": { @@ -485,4 +485,4 @@ "ssl_cert_file": null, "failure_chain": null } -} \ No newline at end of file +}