From e586aa178f71ccb09ff601f0a141482cf23eb0d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:04:44 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"