From 5698d21efb9f2a153317d7448a8515ed26801f62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:01:40 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 ++++++++++++++++++++++++++- Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 3 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..f3d3adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,32 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/inventory/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([a64c74d](https://github.com/oxidized-mc/inventory/commit/a64c74dc7d618637b6237068528f556c6d74f986)) +* **inventory:** add repository best practices ([3c80246](https://github.com/oxidized-mc/inventory/commit/3c802462f17915ef61c839f5217a4dc21f13b8b3)) +* **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)) +* **ci:** chain publish into release-please workflow ([ba3d6db](https://github.com/oxidized-mc/inventory/commit/ba3d6db1efde4ebc778f2a876a93f27af42e81ad)) +* **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)) +* **release:** switch to rust release-type for Cargo.toml versioning ([2b07f4b](https://github.com/oxidized-mc/inventory/commit/2b07f4b7054b4dad19c54bf8107479291528f6b5)) + + +### 🔨 Refactor + +* move [patch.crates-io] to meta-repo .cargo/config.toml ([12ad4bd](https://github.com/oxidized-mc/inventory/commit/12ad4bd5e2f33e1551c5a582bf7342d2d32917d0)) + +## 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 bbdc3f9..1afc916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-inventory" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"