Skip to content

Commit 6b6fd12

Browse files
authored
Release v0.30.2 (#1327)
* Prep for release * v0.30.2
1 parent da73477 commit 6b6fd12

File tree

5 files changed

+56
-62
lines changed

5 files changed

+56
-62
lines changed

Cargo.lock

Lines changed: 49 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix-installer"
33
description = "The Determinate Nix Installer"
4-
version = "0.30.1"
4+
version = "0.30.2"
55
edition = "2021"
66
resolver = "2"
77
license = "LGPL-2.1"

tests/fixtures/linux/linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.30.1",
2+
"version": "0.30.2",
33
"actions": [
44
{
55
"action": {
@@ -1150,7 +1150,7 @@
11501150
},
11511151
"diagnostic_data": {
11521152
"attribution": null,
1153-
"version": "0.30.1",
1153+
"version": "0.30.2",
11541154
"planner": "linux",
11551155
"configured_settings": [],
11561156
"os_name": "Ubuntu",

tests/fixtures/linux/steam-deck.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.30.1",
2+
"version": "0.30.2",
33
"actions": [
44
{
55
"action": {
@@ -1198,7 +1198,7 @@
11981198
},
11991199
"diagnostic_data": {
12001200
"attribution": null,
1201-
"version": "0.30.1",
1201+
"version": "0.30.2",
12021202
"planner": "steam-deck",
12031203
"configured_settings": [],
12041204
"os_name": "SteamOS",

tests/fixtures/macos/macos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.30.1",
2+
"version": "0.30.2",
33
"actions": [
44
{
55
"action": {
@@ -1252,7 +1252,7 @@
12521252
},
12531253
"diagnostic_data": {
12541254
"attribution": null,
1255-
"version": "0.30.1",
1255+
"version": "0.30.2",
12561256
"planner": "macos",
12571257
"configured_settings": [],
12581258
"os_name": "unknown",

0 commit comments

Comments
 (0)