From 90ea9335b55efb38802a2983a58580b3bc568c5f Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 1 Nov 2021 21:18:59 +0530 Subject: bump to v0.3.5 --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- release.txt | 1 - 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" [[package]] name = "statix" -version = "0.3.4" +version = "0.3.5" dependencies = [ "ariadne", "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 @@ [package] name = "statix" -version = "0.3.4" +version = "0.3.5" edition = "2018" license = "MIT" authors = [ "Akshay " ] diff --git a/release.txt b/release.txt index f0b45ae..8cc56ef 100644 --- a/release.txt +++ b/release.txt @@ -1,7 +1,6 @@ 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 -- cgit v1.2.3