From 834293a7e28761cf66a04df554060390d7f0581a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:04:07 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b2942..2970632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- +## [0.2.0](https://github.com/oxidized-mc/client-headless/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add cargo publish and dev publish workflows ([3b6520c](https://github.com/oxidized-mc/client-headless/commit/3b6520c7af1777ad5c3699798b84198a7032147c)) +* **client-headless:** add repository best practices ([05b9f5f](https://github.com/oxidized-mc/client-headless/commit/05b9f5f8ba1e6684aa638f1728726d121e4d364e)) +* **headlesscraft:** integrate shared oxidized-mc crate ecosystem ([8499fb4](https://github.com/oxidized-mc/client-headless/commit/8499fb4e2ce63b2aadae41be669a7b50a232144c)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([f3d5d78](https://github.com/oxidized-mc/client-headless/commit/f3d5d78ee6a028dbf39ac2000d18ab15dc8344b2)) +* **ci:** add strip-patches to inline CI workflows ([f7de32a](https://github.com/oxidized-mc/client-headless/commit/f7de32ae0472edb299d2ce49302592355c0d9a43)) +* **ci:** chain publish into release-please workflow ([e8cabc5](https://github.com/oxidized-mc/client-headless/commit/e8cabc51e9b01ee26aa54621baba4ef451f96c21)) +* **client-headless:** use allow-org for git source allowlisting ([856d6ee](https://github.com/oxidized-mc/client-headless/commit/856d6ee0020e7b1025be6021a2d073aa7be05c04)) +* **deps:** switch from git to version deps for crates.io publishing ([0f80583](https://github.com/oxidized-mc/client-headless/commit/0f80583056606c587a7128badd7cae9885a85571)) +* **release:** switch to rust release-type for Cargo.toml versioning ([a7eb0c6](https://github.com/oxidized-mc/client-headless/commit/a7eb0c6eb1edd355ecf3099b9268c9ae9af53e11)) + + +### 🔨 Refactor + +* flatten workspace to single crate ([0b5561c](https://github.com/oxidized-mc/client-headless/commit/0b5561c495cd8951a669d9978f4017c72e827454)) +* move [patch.crates-io] to meta-repo .cargo/config.toml ([dcd838c](https://github.com/oxidized-mc/client-headless/commit/dcd838c4218b8fde1591163459fd15b698dd0355)) +* remove unnecessary re-export modules ([f41e3b6](https://github.com/oxidized-mc/client-headless/commit/f41e3b6898dc87c74b03fab7cea58cc3fb31479c)) +* rename headlesscraft crates to oxidized-client-headless ([5cc9e20](https://github.com/oxidized-mc/client-headless/commit/5cc9e20175819d126f22ea79c1733f896b17573c)) + ## [Unreleased] ### Added diff --git a/Cargo.lock b/Cargo.lock index 0a8dcb1..bdcc512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "oxidized-client-headless" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dd65b6a..1194d47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oxidized-client-headless" description = "A Rust framework for headless Minecraft Java Edition clients — bots, testing, and automation" -version = "0.1.0" # x-release-please-version +version = "0.2.0" # x-release-please-version edition = "2024" authors = ["Dogukan Metan "] license = "MIT"