From dd042e4d5bc3fc210a07db70c4df7489384da96d 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:01:14 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 +++++++++++++++++++++++++++- Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d957c7..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "0.1.0" } +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f58728c..05d04b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,33 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/chat/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **chat:** add repository best practices ([62fb7e7](https://github.com/oxidized-mc/chat/commit/62fb7e7c4e71f5e37f052b82c0af0ea5e4569bf3)) +* **chat:** extract chat system from oxidized-protocol ([90ad318](https://github.com/oxidized-mc/chat/commit/90ad3187fd5821a9aaeb935176174441404583da)) +* **ci:** add dev publish workflow ([b639e32](https://github.com/oxidized-mc/chat/commit/b639e32115c66796d7ff8be51878453625426417)) + + +### 🐛 Bug Fixes + +* **chat:** remove [patch] section that breaks CI ([d97b6f8](https://github.com/oxidized-mc/chat/commit/d97b6f8cf0c3dfa889b5495d33d4115590ad9a9f)) +* **chat:** switch deps to crates.io versions with local patches ([49385d9](https://github.com/oxidized-mc/chat/commit/49385d9e4ffdda87e3efb29ccfe7d9d6c7d86731)) +* **ci:** add permissions to release-please caller ([86c42ab](https://github.com/oxidized-mc/chat/commit/86c42ab5b30ee11feb428f63e50d96d666c12530)) +* **ci:** chain publish into release-please workflow ([55c5128](https://github.com/oxidized-mc/chat/commit/55c5128c07b50d223c6bad14f079eb2664ab2a29)) +* **deny:** use allow-org for git source allowlist ([1da2cd5](https://github.com/oxidized-mc/chat/commit/1da2cd597291c21396d3e65af1a2af4d7a39fe75)) +* **deps:** switch from git to version deps for crates.io publishing ([a26aec4](https://github.com/oxidized-mc/chat/commit/a26aec46d728b018f104297d9c8ff8e7348722e7)) +* **release:** switch to rust release-type for Cargo.toml versioning ([573b21c](https://github.com/oxidized-mc/chat/commit/573b21c262f273bb8834124432f5b02c0863316c)) + + +### 🔨 Refactor + +* move [patch.crates-io] to meta-repo .cargo/config.toml ([bc3caed](https://github.com/oxidized-mc/chat/commit/bc3caed944da0185f97b44cb3ad5b2dc2813b4d3)) + +## Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). - diff --git a/Cargo.toml b/Cargo.toml index b0c09c4..da05a68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-chat" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"