From 87f13cd115f84b5157a1e34bf88590299950e6c4 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:05:43 +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..c3b8d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,32 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/physics/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([c6b599f](https://github.com/oxidized-mc/physics/commit/c6b599fc01df4feae34e2dbce7ea71ac8d08fef3)) +* **physics:** add repository best practices ([c53d13e](https://github.com/oxidized-mc/physics/commit/c53d13e9f868ab2d49f92e3586dfd5f9b0f5be60)) +* **physics:** populate crate with collision and movement systems ([4fd6db1](https://github.com/oxidized-mc/physics/commit/4fd6db161fc165f7391fcda22bb8f5c971896dab)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([4d77b79](https://github.com/oxidized-mc/physics/commit/4d77b793602a5d5f03f3ca20fa678a996772e285)) +* **ci:** chain publish into release-please workflow ([adefd29](https://github.com/oxidized-mc/physics/commit/adefd29bb9b5f7531bae83483bd99e0f5673634a)) +* **deps:** switch from git to version deps for crates.io publishing ([5da3e02](https://github.com/oxidized-mc/physics/commit/5da3e022f2f1a61effff4ff836a8defe8af63f2f)) +* **physics:** use allow-org for git source allowlisting ([d712aea](https://github.com/oxidized-mc/physics/commit/d712aea693651cfd0ab2e4b57f3221e55664667f)) +* **release:** switch to rust release-type for Cargo.toml versioning ([444e4ce](https://github.com/oxidized-mc/physics/commit/444e4ce26e0f418b0078d7c58db48452f2dbc04d)) + + +### 🔨 Refactor + +* move [patch.crates-io] to meta-repo .cargo/config.toml ([e908b78](https://github.com/oxidized-mc/physics/commit/e908b78ad1e32b7034c8bcfd0927d37f9c85c691)) +* replace local EntityDimensions with canonical type from mc-types ([011a72c](https://github.com/oxidized-mc/physics/commit/011a72c69bf9ef082844fb30d841b1d2bb2bd666)) + +## 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 aa15b3b..308ae72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-physics" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"