diff --git a/Cargo.lock b/Cargo.lock index cc926c2..87ccd92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.5.1-unreleased" +version = "0.6.0" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 32af3ef..0e841e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "The Determinate Nix Installer" -version = "0.5.1-unreleased" +version = "0.6.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/README.md b/README.md index 1eb64da..2d5a184 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ nix build -L ".#nix-installer-static" # to build the remote main development branch nix build -L "github:determinatesystems/nix-installer#nix-installer-static" # for a specific version of the installer: -export NIX_INSTALLER_TAG="v0.5.0" +export NIX_INSTALLER_TAG="v0.6.0" nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer-static" ``` @@ -279,7 +279,7 @@ nix build -L ".#nix-installer" # to build the remote main development branch nix build -L "github:determinatesystems/nix-installer#nix-installer" # for a specific version of the installer: -export NIX_INSTALLER_TAG="v0.5.0" +export NIX_INSTALLER_TAG="v0.6.0" nix build -L "github:determinatesystems/nix-installer/$NIX_INSTALLER_TAG#nix-installer" ``` @@ -294,7 +294,7 @@ RUSTFLAGS="--cfg tokio_unstable" cargo run -- --help RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer nix-installer --help # for a specific version of the installer: -export NIX_INSTALLER_TAG="v0.5.0" +export NIX_INSTALLER_TAG="v0.6.0" RUSTFLAGS="--cfg tokio_unstable" cargo install --git https://github.com/DeterminateSystems/nix-installer --tag $NIX_INSTALLER_TAG nix-installer --help ``` diff --git a/flake.nix b/flake.nix index 7f3be78..b627036 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.5.1-unreleased"; + version = "0.6.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 876854f..e3cbedb 100644 --- a/tests/fixtures/linux/linux.json +++ b/tests/fixtures/linux/linux.json @@ -1,5 +1,5 @@ { - "version": "0.5.1-unreleased", + "version": "0.6.0", "actions": [ { "action": { @@ -927,7 +927,7 @@ } }, "diagnostic_data": { - "version": "0.5.1-unreleased", + "version": "0.6.0", "planner": "linux", "configured_settings": [], "os_name": "Ubuntu", @@ -937,4 +937,4 @@ "endpoint": "https://install.determinate.systems/nix/diagnostic", "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 6afdf80..96741b1 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.5.1-unreleased", + "version": "0.6.0", "actions": [ { "action": { @@ -976,7 +976,7 @@ } }, "diagnostic_data": { - "version": "0.5.1-unreleased", + "version": "0.6.0", "planner": "steam-deck", "configured_settings": [], "os_name": "Ubuntu", @@ -986,4 +986,4 @@ "endpoint": "https://install.determinate.systems/nix/diagnostic", "failure_chain": null } -} +} \ No newline at end of file diff --git a/tests/fixtures/macos/macos.json b/tests/fixtures/macos/macos.json index 450cd37..14f3fa4 100644 --- a/tests/fixtures/macos/macos.json +++ b/tests/fixtures/macos/macos.json @@ -1,5 +1,5 @@ { - "version": "0.5.1-unreleased", + "version": "0.6.0", "actions": [ { "action": {