From 66375e82db4107aa1e5ed7966a561b2b676c4495 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 24 Apr 2023 16:36:09 +0000 Subject: [PATCH] release: 0.3.0 (#18) * chore: prep 0.3.0 release * chore: Release axoproject version 0.3.0 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447740f..489bea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.3.0 (2023-04-24) + +* Added support for Cargo and NPM manifest keywords. For Cargo projects specifically, these will be squashed together + with the categories field for now, since the dual design is very unique to crates.io specifically. + # Version 0.2.0 (2023-04-10) This version reworks the design of the primary interface: @@ -21,4 +26,4 @@ In addition the internals have been significantly reworked into separate librari # Version 0.1.0 (2023-03-27) -Initial release! \ No newline at end of file +Initial release! diff --git a/Cargo.lock b/Cargo.lock index 507590c..a892554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "axoproject" -version = "0.2.0" +version = "0.3.0" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index ab5723e..f54823f 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.2.0" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoproject"