From 41dc9fecdef78a3a9af46dcf2b414c75766547c0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Mar 2024 20:47:08 +0100 Subject: [PATCH] Mark release (#885) --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- tests/fixtures/linux/linux.json | 6 +++--- tests/fixtures/linux/steam-deck.json | 6 +++--- tests/fixtures/macos/macos.json | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e30f135..b39f183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.17.1-unreleased" +version = "0.17.1" dependencies = [ "async-trait", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index 5da0697..ad74a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.17.1-unreleased" +version = "0.17.1" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index c0d102f..6768079 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.17.1-unreleased"; + version = "0.17.1"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index 03cbccb..e30c6e5 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.17.1-unreleased", + "version": "0.17.1", "actions": [ { "action": { @@ -424,7 +424,7 @@ } }, "diagnostic_data": { - "version": "0.17.1-unreleased", + "version": "0.17.1", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", @@ -435,4 +435,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 28e8c99..311ab87 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.17.1-unreleased", + "version": "0.17.1", "actions": [ { "action": { @@ -404,7 +404,7 @@ } }, "diagnostic_data": { - "version": "0.17.1-unreleased", + "version": "0.17.1", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", @@ -415,4 +415,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 99206d3..6efbfe2 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.17.1-unreleased", + "version": "0.17.1", "actions": [ { "action": { @@ -435,7 +435,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.17.1-unreleased", + "version": "0.17.1", "planner": "macos", "configured_settings": [], "os_name": "unknown", @@ -446,4 +446,4 @@ "ssl_cert_file": null, "failure_chain": null } -} \ No newline at end of file +}