Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -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 <dogukanmetan@gmail.com>"]
license = "MIT"
Expand Down