diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 | ||||
-rw-r--r-- | release.txt | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" | |||
388 | 388 | ||
389 | [[package]] | 389 | [[package]] |
390 | name = "statix" | 390 | name = "statix" |
391 | version = "0.3.4" | 391 | version = "0.3.5" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "ariadne", | 393 | "ariadne", |
394 | "clap", | 394 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index cec2d11..e78cabd 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.3.4" | 3 | version = "0.3.5" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |
diff --git a/release.txt b/release.txt index f0b45ae..8cc56ef 100644 --- a/release.txt +++ b/release.txt | |||
@@ -1,7 +1,6 @@ | |||
1 | Release checklist: | 1 | Release checklist: |
2 | 2 | ||
3 | - bump version in Cargo.toml | 3 | - bump version in Cargo.toml |
4 | - bump version in flake.nix | ||
5 | - run `cargo build --release` to bump Cargo.lock | 4 | - run `cargo build --release` to bump Cargo.lock |
6 | - run nix-build and update cachix cache | 5 | - run nix-build and update cachix cache |
7 | - tag commit with latest version | 6 | - tag commit with latest version |