Skip to content

Commit

Permalink
Release v0.26.1 (#1180)
Browse files Browse the repository at this point in the history
* v0.26.1

* Update the fixtures
  • Loading branch information
grahamc committed Sep 18, 2024
1 parent 1dcf989 commit 9d82e67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.26.0"
version = "0.26.1"
edition = "2021"
resolver = "2"
license = "LGPL-2.1"
Expand Down
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.25.0",
"version": "0.26.1",
"actions": [
{
"action": {
Expand Down Expand Up @@ -478,4 +478,4 @@
"ssl_cert_file": null,
"failure_chain": null
}
}
}
2 changes: 1 addition & 1 deletion tests/fixtures/linux/steam-deck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.25.0",
"version": "0.26.1",
"actions": [
{
"action": {
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/macos/macos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.25.0",
"version": "0.26.1",
"actions": [
{
"action": {
Expand Down

0 comments on commit 9d82e67

Please sign in to comment.