From d01e1b820cd3394c181f741e0bd4d3a5112c88b2 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 28 Sep 2023 17:02:45 -0700 Subject: [PATCH] Release v0.13.0 (#652) --- 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 f96e0b6..cf5ef8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.12.1-unreleased" +version = "0.13.0" dependencies = [ "async-trait", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index ae9f438..4dc906a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.12.1-unreleased" +version = "0.13.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index cd6544c..71edd4e 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.12.1-unreleased"; + version = "0.13.0"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/linux/linux.json b/tests/fixtures/linux/linux.json index c2a3184..28ec02a 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-unreleased", + "version": "0.13.0", "actions": [ { "action": { @@ -424,7 +424,7 @@ } }, "diagnostic_data": { - "version": "0.12.1-unreleased", + "version": "0.13.0", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 9ec6afd..b15323b 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-unreleased", + "version": "0.13.0", "actions": [ { "action": { @@ -404,7 +404,7 @@ } }, "diagnostic_data": { - "version": "0.12.1-unreleased", + "version": "0.13.0", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 2456381..5e3235d 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-unreleased", + "version": "0.13.0", "actions": [ { "action": { @@ -435,7 +435,7 @@ "root_disk": "disk3" }, "diagnostic_data": { - "version": "0.12.1-unreleased", + "version": "0.13.0", "planner": "macos", "configured_settings": [], "os_name": "unknown",