bump to v0.5.0

This commit is contained in:
Akshay 2022-01-15 09:54:05 +05:30
parent 045d4ff2ad
commit 22edbb0618
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "statix"
version = "0.4.2"
version = "0.5.0"
dependencies = [
"ariadne",
"clap",

View File

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