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..7da8dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/registry/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([861e292](https://github.com/oxidized-mc/registry/commit/861e2921dded1b4c09738f10fdadd9d94089e623)) +* **registry:** add repository best practices ([5f7a9a0](https://github.com/oxidized-mc/registry/commit/5f7a9a046a45b2a09d3fd368d3f20bd2b5aa8a4c)) +* **registry:** extract block, item, and biome registries from oxidized-world ([b8e702e](https://github.com/oxidized-mc/registry/commit/b8e702e5299e6fbb94e866755b869c84275f1981)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([42c7d59](https://github.com/oxidized-mc/registry/commit/42c7d59997015ee8bc616f3237f04341c492438d)) +* **ci:** chain publish into release-please workflow ([1babe8b](https://github.com/oxidized-mc/registry/commit/1babe8b4b3bc5e1a683abfb01f25b95d36d77485)) +* **release:** switch to rust release-type for Cargo.toml versioning ([02c2785](https://github.com/oxidized-mc/registry/commit/02c2785ff18479e58ea960e11cba3c9e4007c861)) + +## 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 03fc421..1cc30ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-registry" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"