Skip to content

Commit

Permalink
Merge pull request #80 from aqora-io/release/v0.2.1
Browse files Browse the repository at this point in the history
chore(version): v0.2.1
  • Loading branch information
Angel-Dijoux authored Jul 17, 2024
2 parents 9161b61 + 6b2adf8 commit 52776a7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.2.1 - 2024-07-17
#### Bug Fixes
- **(cli)** loaded python kernel - (92d6b4d) - Angel Dijoux
- build for aarch64 - (9161b61) - Angel Dijoux
#### Miscellaneous Chores
- Update simple deps - (ee9fdbe) - Julian Popescu

- - -

## v0.2.0 - 2024-06-28
#### Features
- **(cli)** run aqora test asynchronously - (973682b) - Julian Popescu
Expand Down
6 changes: 3 additions & 3 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 = ["config", "runner"]

[package]
name = "aqora"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
default-run = "aqora"
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.2.0"
version = "0.2.1"
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.2.0"
version = "0.2.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 52776a7

Please sign in to comment.