From d0201fed56497db2b4cbe6f8a6d14b79bac07781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 17:38:57 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 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..a79ad0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/chunks/compare/v0.1.0...v0.2.0) (2026-04-04) + + +### 🚀 Features + +* **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)) +* **deps:** switch from git to version deps for crates.io publishing ([321f7e7](https://github.com/oxidized-mc/chunks/commit/321f7e73466f48d361328b2a8ba1d6bda8b1ecf0)) + +## 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/). -