diff --git a/CHANGELOG.md b/CHANGELOG.md index c56b260..733d7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.5.0 (2023-11-01) + +* Uses axoasset's reexports of toml_edit and serde_json in place of direct dependencies + # Version 0.4.7 (2023-09-05) * Now uses parse_changelog::title_no_link to strip links on titles diff --git a/Cargo.lock b/Cargo.lock index 6c5ddc5..6c0f8a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "axoproject" -version = "0.4.7" +version = "0.5.0" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index de56d19..7b4857c 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.7" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoproject"