From 0965504578f812e93340acafff765afe3ef6ddeb Mon Sep 17 00:00:00 2001 From: Julian Popescu Date: Tue, 10 Dec 2024 16:57:20 +0100 Subject: [PATCH] chore(version): v0.11.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- archiver/Cargo.toml | 2 +- config/Cargo.toml | 2 +- runner/Cargo.toml | 2 +- template/Cargo.toml | 2 +- 7 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef9d6c..24bd4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.11.0 - 2024-12-10 +#### Features +- accept rules with cli - (94fb62c) - Julian Popescu +- add organization prompt for template download - (987aa0d) - Julian Popescu +- prompt user login on template - (bea1c4a) - Julian Popescu + +- - - + ## v0.10.0 - 2024-12-07 #### Bug Fixes - upload templates without ignoring files - (ecd8e3d) - Julian Popescu diff --git a/Cargo.lock b/Cargo.lock index 55c3b0f..f8358da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "aqora" -version = "0.10.0" +version = "0.11.0" dependencies = [ "aqora-archiver", "aqora-config", @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "aqora-archiver" -version = "0.10.0" +version = "0.11.0" dependencies = [ "crc32fast", "flate2", @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "aqora-config" -version = "0.10.0" +version = "0.11.0" dependencies = [ "pep440_rs", "pep508_rs", @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "aqora-runner" -version = "0.10.0" +version = "0.11.0" dependencies = [ "aqora-config", "clap", @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "aqora-template" -version = "0.10.0" +version = "0.11.0" dependencies = [ "derive_builder", "handlebars", diff --git a/Cargo.toml b/Cargo.toml index f5f5248..a0993c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["archiver", "config", "runner", "template"] [package] name = "aqora" -version = "0.10.0" +version = "0.11.0" edition = "2021" default-run = "aqora" publish = false diff --git a/archiver/Cargo.toml b/archiver/Cargo.toml index 3576c8d..da9f355 100644 --- a/archiver/Cargo.toml +++ b/archiver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqora-archiver" -version = "0.10.0" +version = "0.11.0" edition = "2021" publish = false diff --git a/config/Cargo.toml b/config/Cargo.toml index 3951a87..925581c 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqora-config" -version = "0.10.0" +version = "0.11.0" edition = "2021" publish = false diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 2b5093c..4d65dfe 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqora-runner" -version = "0.10.0" +version = "0.11.0" edition = "2021" publish = false diff --git a/template/Cargo.toml b/template/Cargo.toml index 8fc6490..02ba994 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aqora-template" -version = "0.10.0" +version = "0.11.0" edition = "2021" publish = false