Skip to content

Commit

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

- - -
## v0.8.0 - 2024-11-13
#### Bug Fixes
- add attr magic functions to overriden python builtins - (3548cd3) - Julian Popescu
- update pep508_rs which had unmaintained dependencies - (2131abe) - Antoine Chauvin
- load correct config dir - (69f89fe) - Angel Dijoux
- naming stuff, use dialoguer - (daf3e7b) - Angel Dijoux
#### Features
- use aqora-cli in venv only if version is greater - (49f396f) - Julian Popescu
- add aqora-cli to install command as dep - (0565355) - Julian Popescu
- hide score if no leaderboard - (1a032dd) - Julian Popescu
- ask to install vscode extensions - (5e9cc02) - Angel Dijoux
#### Miscellaneous Chores
- create our own config file - (9928829) - Angel Dijoux
- add aqora vscode extension - (1f034d7) - Angel Dijoux
#### Refactoring
- vscode load file module - (592d3c5) - Angel Dijoux

- - -

## v0.7.0 - 2024-10-25
#### Features
- zstd (#93) - (fd752c8) - Antoine Chauvin
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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.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.7.0"
version = "0.8.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 8bc71d6

Please sign in to comment.