Skip to content

Commit

Permalink
chore(version): v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Dec 7, 2024
1 parent ecd8e3d commit 32c5086
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.10.0 - 2024-12-07
#### Bug Fixes
- upload templates without ignoring files - (ecd8e3d) - Julian Popescu
#### Features
- init a Git repo for default use_case template (#97) - (0d7408d) - Angel Dijoux
- q3as in default use case template (#105) - (e2203c8) - Angel Dijoux
#### Miscellaneous Chores
- clippy errors (#106) - (b55bf69) - Angel Dijoux

- - -

## v0.9.0 - 2024-11-21
#### Features
- symlink use_case in template - (445bccc) - 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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.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.9.0"
version = "0.10.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 32c5086

Please sign in to comment.