Release v0.4.0 (#273)

This commit is contained in:
Ana Hobden 2023-02-24 14:29:52 -08:00 committed by GitHub
parent 3fc5857db2
commit f9f927840d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View file

@ -933,7 +933,7 @@ dependencies = [
[[package]]
name = "nix-installer"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"async-trait",
"atty",

View file

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

View file

@ -65,7 +65,7 @@
};
sharedAttrs = {
pname = "nix-installer";
version = "0.3.0";
version = "0.4.0";
src = builtins.path {
name = "nix-installer-source";
path = self;

View file

@ -209,7 +209,7 @@ pub struct CommonSettings {
/// Sample of the data sent:
///
/// {
/// "version": "0.3.0",
/// "version": "0.4.0",
/// "planner": "linux",
/// "configured-settings": [ "modify_profile" ],
/// "os-name": "Ubuntu",

View file

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"actions": [
{
"action": {

View file

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"actions": [
{
"action": {

View file

@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"actions": [
{
"action": {