From a34ab7a09f37fd319ec4444417a0edb6ba4058a8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Oct 2021 18:33:53 +0530 Subject: bump to v0.3.0 also add release checklist --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- flake.nix | 2 +- release.txt | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 release.txt diff --git a/Cargo.lock b/Cargo.lock index 1a75d27..399283e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" [[package]] name = "statix" -version = "0.2.5" +version = "0.3.0" dependencies = [ "ariadne", "clap", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index cc15c23..1f73ee7 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statix" -version = "0.2.5" +version = "0.3.0" edition = "2018" license = "MIT" authors = [ "Akshay " ] diff --git a/flake.nix b/flake.nix index 765bea3..f7b44e4 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.2.5"; + version = "v0.3.0"; src = builtins.path { path = ./.; name = "statix"; diff --git a/release.txt b/release.txt new file mode 100644 index 0000000..f0b45ae --- /dev/null +++ b/release.txt @@ -0,0 +1,8 @@ +Release checklist: + +- bump version in Cargo.toml +- bump version in flake.nix +- run `cargo build --release` to bump Cargo.lock +- run nix-build and update cachix cache +- tag commit with latest version +- push tag and commit to all remotes -- cgit v1.2.3