Bump to v0.9.2-unreleased (#497)

This commit is contained in:
Ana Hobden 2023-05-31 09:43:17 -07:00 committed by GitHub
parent 457127bc2b
commit d47968d982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

2
Cargo.lock generated
View file

@ -953,7 +953,7 @@ dependencies = [
[[package]] [[package]]
name = "nix-installer" name = "nix-installer"
version = "0.9.1" version = "0.9.2-unreleased"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atty", "atty",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "nix-installer" name = "nix-installer"
description = "The Determinate Nix Installer" description = "The Determinate Nix Installer"
version = "0.9.1" version = "0.9.2-unreleased"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
license = "LGPL-2.1" license = "LGPL-2.1"

View file

@ -66,7 +66,7 @@
}; };
sharedAttrs = { sharedAttrs = {
pname = "nix-installer"; pname = "nix-installer";
version = "0.9.1"; version = "0.9.2-unreleased";
src = builtins.path { src = builtins.path {
name = "nix-installer-source"; name = "nix-installer-source";
path = self; path = self;

View file

@ -1,5 +1,5 @@
{ {
"version": "0.9.1", "version": "0.9.2-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {
@ -356,7 +356,7 @@
} }
}, },
"diagnostic_data": { "diagnostic_data": {
"version": "0.9.1", "version": "0.9.2-unreleased",
"planner": "linux", "planner": "linux",
"configured_settings": [], "configured_settings": [],
"os_name": "Ubuntu", "os_name": "Ubuntu",

View file

@ -1,5 +1,5 @@
{ {
"version": "0.9.1", "version": "0.9.2-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {
@ -382,7 +382,7 @@
} }
}, },
"diagnostic_data": { "diagnostic_data": {
"version": "0.9.1", "version": "0.9.2-unreleased",
"planner": "steam-deck", "planner": "steam-deck",
"configured_settings": [], "configured_settings": [],
"os_name": "Ubuntu", "os_name": "Ubuntu",

View file

@ -1,5 +1,5 @@
{ {
"version": "0.9.1", "version": "0.9.2-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {
@ -392,7 +392,7 @@
"root_disk": "disk3" "root_disk": "disk3"
}, },
"diagnostic_data": { "diagnostic_data": {
"version": "0.9.1", "version": "0.9.2-unreleased",
"planner": "macos", "planner": "macos",
"configured_settings": [], "configured_settings": [],
"os_name": "unknown", "os_name": "unknown",