From 685f9cf3ce63c3ad75d7383e22f33ed2f04cdb4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:49:58 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c45849..3c33c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.0](https://github.com/rust-basel/oxidation/compare/v0.1.0...v0.2.0) (2025-09-22) + + +### Features + +* add jobs ([ef19aca](https://github.com/rust-basel/oxidation/commit/ef19aca53d820ed6d07e3564dca5f15ce51b1080)) +* shallow setup ([44d51f0](https://github.com/rust-basel/oxidation/commit/44d51f0ffad3a50fb5959c340299670830bfff12)) + + +### Bug Fixes + +* code from lunch break ([cf5a4c9](https://github.com/rust-basel/oxidation/commit/cf5a4c93a6db3927cc5c4248d1bc26e37a601138)) +* fmt command ([d5a8f14](https://github.com/rust-basel/oxidation/commit/d5a8f14a8737bc4e073c2bfc78b6c4a353ee4b1f)) +* job test ([77b1d40](https://github.com/rust-basel/oxidation/commit/77b1d40796b46617395e15f7017852471d9e3254)) + ## 0.1.0 (2025-05-24) diff --git a/Cargo.lock b/Cargo.lock index 565b3dc..737ebe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "oxidation" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index f00b0bc..73c62c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidation" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["rust Basel", "all its members"]