diff --git a/CHANGELOG.md b/CHANGELOG.md index 806aa4d..b41abb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/Remade-With-Rust/rusty_alloc_default/compare/v0.1.1...v0.1.2) - 2026-08-28 + +### Other + +- bump rusty_alloc-api to =1.1.6 ([#5](https://github.com/Remade-With-Rust/rusty_alloc_default/pull/5)) + ## [0.1.1](https://github.com/Remade-With-Rust/rusty_alloc_default/compare/v0.1.0...v0.1.1) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 2ad1ea9..8009d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_alloc_default" -version = "0.1.1" +version = "0.1.2" authors = ["Remade With Rust / Mata Network"] description = "Installs rusty_alloc as the process #[global_allocator] — shared default for Remade UI crates (Remade With Rust)" repository = "https://github.com/Remade-With-Rust/rusty_alloc_default"