Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.32.1 #1342

Merged
merged 4 commits into from
Dec 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
0.32.1
grahamc committed Dec 8, 2024
commit 0398e4f29ab91a15900a1ddea8948ccb7a797ea6
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nix-installer"
description = "The Determinate Nix Installer"
version = "0.32.0"
version = "0.32.1"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
4 changes: 2 additions & 2 deletions tests/fixtures/linux/linux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.0",
"version": "0.32.1",
"actions": [
{
"action": {
@@ -1151,7 +1151,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.0",
"version": "0.32.1",
"planner": "linux",
"configured_settings": [],
"os_name": "Ubuntu",
6 changes: 3 additions & 3 deletions tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.0",
"version": "0.32.1",
"actions": [
{
"action": {
@@ -1199,7 +1199,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.0",
"version": "0.32.1",
"planner": "steam-deck",
"configured_settings": [],
"os_name": "SteamOS",
@@ -1210,4 +1210,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
6 changes: 3 additions & 3 deletions tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.32.0",
"version": "0.32.1",
"actions": [
{
"action": {
@@ -1253,7 +1253,7 @@
},
"diagnostic_data": {
"attribution": null,
"version": "0.32.0",
"version": "0.32.1",
"planner": "macos",
"configured_settings": [],
"os_name": "unknown",
@@ -1264,4 +1264,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}