From 807f244a49f5074542247b5ce902587adc3bc667 Mon Sep 17 00:00:00 2001 From: bluurryy <164359728+bluurryy@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:38:35 +0200 Subject: [PATCH] release: version 0.5.9 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/fuzzing-support/Cargo.lock | 2 +- crates/inspect-asm/Cargo.lock | 2 +- crates/test-fallibility/Cargo.lock | 2 +- fuzz/Cargo.lock | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9db09..ee8ab2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.5.9 (2024-08-25) - **improved:** removed a branch when bumping downwards (#25) - **fixed:** UB when using a base allocator with an alignment greater than `2 * size_of::()` (#32) diff --git a/Cargo.lock b/Cargo.lock index 2dd7c09..aebec12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" [[package]] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" dependencies = [ "allocator-api2", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 4dad34d..bedb8d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" edition = "2021" license = "MIT OR Apache-2.0" description = "A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types." diff --git a/crates/fuzzing-support/Cargo.lock b/crates/fuzzing-support/Cargo.lock index cb7dc27..1b6ca06 100644 --- a/crates/fuzzing-support/Cargo.lock +++ b/crates/fuzzing-support/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" dependencies = [ "allocator-api2", "sptr", diff --git a/crates/inspect-asm/Cargo.lock b/crates/inspect-asm/Cargo.lock index 1308ac3..a33d967 100644 --- a/crates/inspect-asm/Cargo.lock +++ b/crates/inspect-asm/Cargo.lock @@ -10,7 +10,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" dependencies = [ "allocator-api2", "sptr", diff --git a/crates/test-fallibility/Cargo.lock b/crates/test-fallibility/Cargo.lock index 790a0b9..6dbdd1a 100644 --- a/crates/test-fallibility/Cargo.lock +++ b/crates/test-fallibility/Cargo.lock @@ -10,7 +10,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" dependencies = [ "allocator-api2", "sptr", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 922b71f..8b22712 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "bump-scope" -version = "0.5.8" +version = "0.5.9" dependencies = [ "allocator-api2", "sptr",