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..a25fb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,31 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/chunks/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **chunks:** add repository best practices ([5f6f337](https://github.com/oxidized-mc/chunks/commit/5f6f33761f39892ef13fd93461862ee583f56102)) +* **chunks:** extract chunk data structures from oxidized-world ([de0654e](https://github.com/oxidized-mc/chunks/commit/de0654ee1f95e17b2b75c5568c49f9457e128aca)) +* **ci:** add dev publish workflow ([86b6456](https://github.com/oxidized-mc/chunks/commit/86b64561d09a87204bcb63312a226aea03ac11b6)) + + +### 🐛 Bug Fixes + +* **chunks:** use allow-org for git source allowlisting ([5fa5df7](https://github.com/oxidized-mc/chunks/commit/5fa5df7f62d2c223078ceb97439f43d872824309)) +* **ci:** add permissions to release-please caller ([fb28041](https://github.com/oxidized-mc/chunks/commit/fb28041665f37a9f76aebf299b0bd50016bef848)) +* **ci:** chain publish into release-please workflow ([d471c72](https://github.com/oxidized-mc/chunks/commit/d471c7204af7b04a3d9869c64ae7a54c3f3c012f)) +* **deps:** switch from git to version deps for crates.io publishing ([321f7e7](https://github.com/oxidized-mc/chunks/commit/321f7e73466f48d361328b2a8ba1d6bda8b1ecf0)) +* **release:** switch to rust release-type for Cargo.toml versioning ([bde7718](https://github.com/oxidized-mc/chunks/commit/bde771889ceda0a638c4ad8f23392e6193f8d453)) + + +### 🔨 Refactor + +* move [patch.crates-io] to meta-repo .cargo/config.toml ([6b8d0ec](https://github.com/oxidized-mc/chunks/commit/6b8d0ecf9c00773333787c0ede8bcf502004e384)) + +## 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 06c2801..1b35346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-chunks" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"