From 7119f93bd0379f7f904cb64810fd8add8b135b7c Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 26 Jan 2024 08:44:39 -0800 Subject: [PATCH] Release v0.16.1 (#826) --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- tests/fixtures/linux/linux.json | 4 ++-- tests/fixtures/linux/steam-deck.json | 4 ++-- tests/fixtures/macos/macos.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7d60b2..b5afa48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -946,7 +946,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.16.1-unreleased" +version = "0.16.1" dependencies = [ "async-trait", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index fad55b7..3341efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.16.1-unreleased" +version = "0.16.1" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 6da436b..8cf843e 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.16.1-unreleased"; + version = "0.16.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 32c5fe3..08df784 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.16.1-unreleased", + "version": "0.16.1", "actions": [ { "action": { @@ -424,7 +424,7 @@ } }, "diagnostic_data": { - "version": "0.16.1-unreleased", + "version": "0.16.1", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index b76a8e6..f3d222b 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.16.1-unreleased", + "version": "0.16.1", "actions": [ { "action": { @@ -404,7 +404,7 @@ } }, "diagnostic_data": { - "version": "0.16.1-unreleased", + "version": "0.16.1", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 8bd65b4..27c127b 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.16.1-unreleased", + "version": "0.16.1", "actions": [ { "action": { @@ -435,7 +435,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.16.1-unreleased", + "version": "0.16.1", "planner": "macos", "configured_settings": [], "os_name": "unknown",