From e76d91086ccb88bcfad2aca4876b213435bdd27d Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 19 Aug 2024 14:07:59 -0700 Subject: [PATCH] Release v0.21.0 (#1091) --- 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 8df8bcba3..853f8b2dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.20.2" +version = "0.21.0" dependencies = [ "async-trait", "bytes 1.7.1", diff --git a/Cargo.toml b/Cargo.toml index 010ab6356..3123b4a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.20.2" +version = "0.21.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index e32d96023..74d7c7118 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.20.2", + "version": "0.21.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 002c91ba7..8974b6bba 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.20.2", + "version": "0.21.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 a44220426..644419779 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.20.2", + "version": "0.21.0", "actions": [ { "action": { @@ -485,4 +485,4 @@ "ssl_cert_file": null, "failure_chain": null } -} \ No newline at end of file +}