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..8e7a973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/commands/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([9ca89bd](https://github.com/oxidized-mc/commands/commit/9ca89bdbe1ed197f7fa63d4c647e4a07a4c81dbd)) +* **commands:** add repository best practices ([d93a27b](https://github.com/oxidized-mc/commands/commit/d93a27b9d69f16a4da41d8dd7cd1916602674f7f)) +* **commands:** extract Brigadier command framework from oxidized-game ([a3a002f](https://github.com/oxidized-mc/commands/commit/a3a002f9b632953cc4ff9101426b91bf901e53d5)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([5f40722](https://github.com/oxidized-mc/commands/commit/5f407221751b15604cbd7175a7f2e96bedecd068)) +* **ci:** chain publish into release-please workflow ([0631754](https://github.com/oxidized-mc/commands/commit/06317542f920d385fb50115bba7e847085ce1544)) +* **release:** switch to rust release-type for Cargo.toml versioning ([b46a74d](https://github.com/oxidized-mc/commands/commit/b46a74d374ab82427a7a79f87362b1b5c2ca0315)) + +## 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 7f4b207..a9ec3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-commands" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"