From 0e51267d06e3e1a36d6ecd8b79f2902019ecc0b2 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Mon, 3 Jun 2024 09:27:29 -0400 Subject: [PATCH] release: 0.2.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 841d2f88..b3f0e889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 0.2.3 + +```text + +--------------------------------+ + | now with faster npm package!!! | + +--------------------------------+ + / +≽(◕ ᴗ ◕)≼ +``` + + # Version 0.2.2 ```text diff --git a/Cargo.lock b/Cargo.lock index cacae697..d69e6451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "axolotlsay" -version = "0.2.2" +version = "0.2.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 51ea424d..0f813996 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.2" +version = "0.2.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axolotlsay.git"