Skip to content

Commit 22f4611

Browse files
chore(main): release 0.2.0
1 parent 62fb7e7 commit 22f4611

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.1.0" }
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/oxidized-mc/chat/compare/v0.1.0...v0.2.0) (2026-04-10)
4+
5+
6+
### 🚀 Features
7+
8+
* **chat:** add repository best practices ([62fb7e7](https://github.com/oxidized-mc/chat/commit/62fb7e7c4e71f5e37f052b82c0af0ea5e4569bf3))
9+
* **chat:** extract chat system from oxidized-protocol ([90ad318](https://github.com/oxidized-mc/chat/commit/90ad3187fd5821a9aaeb935176174441404583da))
10+
* **ci:** add dev publish workflow ([b639e32](https://github.com/oxidized-mc/chat/commit/b639e32115c66796d7ff8be51878453625426417))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* **chat:** remove [patch] section that breaks CI ([d97b6f8](https://github.com/oxidized-mc/chat/commit/d97b6f8cf0c3dfa889b5495d33d4115590ad9a9f))
16+
* **chat:** switch deps to crates.io versions with local patches ([49385d9](https://github.com/oxidized-mc/chat/commit/49385d9e4ffdda87e3efb29ccfe7d9d6c7d86731))
17+
* **ci:** add permissions to release-please caller ([86c42ab](https://github.com/oxidized-mc/chat/commit/86c42ab5b30ee11feb428f63e50d96d666c12530))
18+
* **ci:** chain publish into release-please workflow ([55c5128](https://github.com/oxidized-mc/chat/commit/55c5128c07b50d223c6bad14f079eb2664ab2a29))
19+
* **deny:** use allow-org for git source allowlist ([1da2cd5](https://github.com/oxidized-mc/chat/commit/1da2cd597291c21396d3e65af1a2af4d7a39fe75))
20+
* **deps:** switch from git to version deps for crates.io publishing ([a26aec4](https://github.com/oxidized-mc/chat/commit/a26aec46d728b018f104297d9c8ff8e7348722e7))
21+
* **release:** switch to rust release-type for Cargo.toml versioning ([573b21c](https://github.com/oxidized-mc/chat/commit/573b21c262f273bb8834124432f5b02c0863316c))
22+
23+
## Changelog
24+
325
All notable changes to this project will be documented in this file.
426

527
The format is based on [Keep a Changelog](https://keepachangelog.com/),
628
and this project adheres to [Semantic Versioning](https://semver.org/).
7-

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxidized-chat"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Dogukan Metan <dogukanmetan@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)