bump to v0.3.0

also add release checklist
This commit is contained in:
Akshay 2021-10-29 18:33:53 +05:30
parent 1a97cce01f
commit a34ab7a09f
4 changed files with 11 additions and 3 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
[[package]]
name = "statix"
version = "0.2.5"
version = "0.3.0"
dependencies = [
"ariadne",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "statix"
version = "0.2.5"
version = "0.3.0"
edition = "2018"
license = "MIT"
authors = [ "Akshay <nerdy@peppe.rs>" ]

View File

@ -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";

8
release.txt Normal file
View File

@ -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