Skip to content

Commit

Permalink
chore(version): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Dec 10, 2024
1 parent 94fb62c commit 0965504
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion archiver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqora-archiver"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqora-config"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqora-runner"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aqora-template"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 0965504

Please sign in to comment.