diff --git a/crates/bevy_rpack/CHANGELOG.md b/crates/bevy_rpack/CHANGELOG.md index 65ef7a9..865b9a9 100644 --- a/crates/bevy_rpack/CHANGELOG.md +++ b/crates/bevy_rpack/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.2] - 2025-01-27 ### Added diff --git a/crates/bevy_rpack/Cargo.toml b/crates/bevy_rpack/Cargo.toml index 7166afd..4a9b337 100644 --- a/crates/bevy_rpack/Cargo.toml +++ b/crates/bevy_rpack/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_rpack" description = "Bevy plugin with rpack atlas support" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Leinnan/rpack.git" homepage = "https://github.com/Leinnan/rpack"