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..06ff44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/inventory/compare/v0.1.0...v0.2.0) (2026-04-04) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([a64c74d](https://github.com/oxidized-mc/inventory/commit/a64c74dc7d618637b6237068528f556c6d74f986)) +* **inventory:** extract item stacks, containers, and item ID registry from oxidized-game ([ec6dbc4](https://github.com/oxidized-mc/inventory/commit/ec6dbc46a0c6be4fbcc368dfdea1896ff4850424)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([b69b5f6](https://github.com/oxidized-mc/inventory/commit/b69b5f6331ae913e0c7ea8c6505aa3be3bf3be5d)) +* **deps:** switch from git to version deps for crates.io publishing ([bcb12b1](https://github.com/oxidized-mc/inventory/commit/bcb12b1719d72e62fb54456d4985a81978651cfd)) +* **inventory:** switch deps to crates.io versions with local patches ([9ea4503](https://github.com/oxidized-mc/inventory/commit/9ea4503a25f52237c0e2b7c83d48432d910b59db)) +* **inventory:** use allow-org for git source allowlisting ([23d817f](https://github.com/oxidized-mc/inventory/commit/23d817ff9eaf016e25c904290ec5347693cb2c4f)) + +## 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/). -