diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9671a7..841d2f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version 0.2.2 + +```text + +----------------------------------+ + | now with arm64 linux binaries!!! | + +----------------------------------+ + / +≽(◕ ᴗ ◕)≼ +``` + # Version 0.2.1 ```text diff --git a/Cargo.lock b/Cargo.lock index 8d02fdfd..cacae697 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.2.1" +version = "0.2.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4cc94652..5596a2e8 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.2.1" +version = "0.2.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axolotlsay"