diff --git a/CHANGELOG.md b/CHANGELOG.md index b41abb9..3c0d8f1 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.3](https://github.com/Remade-With-Rust/rusty_alloc_default/compare/v0.1.2...v0.1.3) - 2026-09-06 + +### Other + +- 157 active installs + ## [0.1.2](https://github.com/Remade-With-Rust/rusty_alloc_default/compare/v0.1.1...v0.1.2) - 2026-08-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8009d97..ff87c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_alloc_default" -version = "0.1.2" +version = "0.1.3" 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"