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..10e49c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/types/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([65b6105](https://github.com/oxidized-mc/types/commit/65b6105651795361cac8d62d9c5acf28537f0af4)) +* **types:** add repository best practices ([0e54caf](https://github.com/oxidized-mc/types/commit/0e54cafdfffa580f384c13cf3e421ff645368e48)) +* **types:** extract ChunkPos from server workspace ([bc330d1](https://github.com/oxidized-mc/types/commit/bc330d15759b86baaea59655b9f5a4f3890f706d)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([e9fc42b](https://github.com/oxidized-mc/types/commit/e9fc42bcc559fa3b1ecd20aaead957732287b40a)) +* **ci:** chain publish into release-please workflow ([c3e288c](https://github.com/oxidized-mc/types/commit/c3e288cd6154cc6038728a2b9f42c156db71ff52)) +* **release:** switch to rust release-type for Cargo.toml versioning ([063d970](https://github.com/oxidized-mc/types/commit/063d970fe8fe6963305212dfc018faec3b15260f)) + +## 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 026cb5d..0c661b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-types" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"