From 07c895b97ae601ef9b4882b63cabae54178df579 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Tue, 23 May 2023 10:49:38 -0400 Subject: [PATCH] chore: Release axoproject version 0.4.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e50c6..7796fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.4.1 (2023-05-23) + +Just updating deps to get improvements to axoasset + # Version 0.4.0 (2023-05-19) * the "root_dir" argument has been made the second argument in a ton of APIs, and renamed to "clamp_to_dir" diff --git a/Cargo.lock b/Cargo.lock index da18a4c..79ed5e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "axoproject" -version = "0.4.0" +version = "0.4.1" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index 7e2a3f3..44cee6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["tests/projects/"] [package] name = "axoproject" description = "project detection logic for various axo.dev applications" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoproject"