From be41b5b2a154e21cb99a2f1869e478324e7f9723 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:58:40 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"