From fe920846c9429bf4c69d81ad2e23e5ce321a5867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Thu, 9 Nov 2023 12:10:45 -0800 Subject: [PATCH] release: 0.6.0 --- 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 733d7a9..1f227f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.6.0 (2023-11-09) + +* Adds a new language-agnostic "generic" project type, with the package definition coming from a new `dist.toml` metadata file. This is gated behind the new `generic-projects` feature. + # Version 0.5.0 (2023-11-01) * Uses axoasset's reexports of toml_edit and serde_json in place of direct dependencies diff --git a/Cargo.lock b/Cargo.lock index 323a980..3bc6cac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "axoproject" -version = "0.5.0" +version = "0.6.0" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index 0b751ed..6304b39 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.5.0" +version = "0.6.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoproject"