From 22cb7d5497c184913bb5c2975af57a361aab4b1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:11:04 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6695f92..0e60398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/antiguru/rust-lgalloc/compare/v0.2.2...v0.3.0) - 2024-03-06 + +### Other +- Remove memory based on byte size instead of count + ## [0.2.2](https://github.com/antiguru/rust-lgalloc/compare/v0.2.1...v0.2.2) - 2024-02-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index a49ef97..89420ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lgalloc" -version = "0.2.2" +version = "0.3.0" edition = "2021" authors = ["Moritz Hoffmann "] description = "Large object allocator"