aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-01 15:48:59 +0000
committerAkshay <[email protected]>2021-11-01 15:48:59 +0000
commit90ea9335b55efb38802a2983a58580b3bc568c5f (patch)
treef854ea802007b4fcd9a76c88edc0ba2c2b7b40ea
parent151187a47a10b63f003924ab432a194bbcc79d93 (diff)
bump to v0.3.5v0.3.5
-rw-r--r--Cargo.lock2
-rw-r--r--bin/Cargo.toml2
-rw-r--r--release.txt1
3 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a43db3..dd9bdc4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
388 388
389[[package]] 389[[package]]
390name = "statix" 390name = "statix"
391version = "0.3.4" 391version = "0.3.5"
392dependencies = [ 392dependencies = [
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]
2name = "statix" 2name = "statix"
3version = "0.3.4" 3version = "0.3.5"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ] 6authors = [ "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 @@
1Release checklist: 1Release 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