diff --git a/CHANGELOG.md b/CHANGELOG.md index b521efe4..ef553f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 0.2.0 + +```text + +-----------------------------------------+ + | now with homebrew and msi installers!!! | + +-----------------------------------------+ + / +≽(◕ ᴗ ◕)≼ +``` + # Version 0.1.0 ```text diff --git a/Cargo.lock b/Cargo.lock index 0ed34655..9e529f3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.1.0" +version = "0.2.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3ff1f852..4137bbe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axolotlsay" description = "💬 a CLI for learning to distribute CLIs in rust" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axolotlsay"