diff options
author | Akshay <[email protected]> | 2021-10-29 14:03:53 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-29 14:14:14 +0100 |
commit | a34ab7a09f37fd319ec4444417a0edb6ba4058a8 (patch) | |
tree | 0596074b46a1e8ca1435b0a98abbc26695737d8f /bin/Cargo.toml | |
parent | 1a97cce01f8e49b33bf28cbcdfeb3c8aefd809a5 (diff) |
bump to v0.3.0v0.3.0
also add release checklist
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.2.5" | 3 | version = "0.3.0" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | 6 | authors = [ "Akshay <[email protected]>" ] |