From e9d301f196b7d94716b32b818da2b9a6ebde5546 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:22:57 +0000 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..806aa4d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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.1](https://github.com/Remade-With-Rust/rusty_alloc_default/compare/v0.1.0...v0.1.1) - 2026-08-28 + +### Other + +- add release-plz so merged dependency bumps actually reach crates.io ([#2](https://github.com/Remade-With-Rust/rusty_alloc_default/pull/2)) +- bump rusty_alloc-api to =1.1.4 ([#1](https://github.com/Remade-With-Rust/rusty_alloc_default/pull/1)) diff --git a/Cargo.toml b/Cargo.toml index c7f71dd..32d13ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_alloc_default" -version = "0.1.0" +version = "0.1.1" 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"