From 34d2ba31948cc68ac5995a3b073764cccfb8b99e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:32:54 +0000 Subject: [PATCH] chore(tcmalloc-better): release v0.1.20 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1154ca2..f9e8be5 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.20](https://github.com/maratik123/tcmalloc-better/compare/tcmalloc-better-v0.1.19...tcmalloc-better-v0.1.20) - 2025-12-02 + +### Other + +- port some of jemalloc tests + ## [0.1.19](https://github.com/maratik123/tcmalloc-better/compare/tcmalloc-better-v0.1.18...tcmalloc-better-v0.1.19) - 2025-06-16 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 02615a5..8319607 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "tcmalloc-better" -version = "0.1.19" +version = "0.1.20" dependencies = [ "document-features", "libtcmalloc-sys", diff --git a/Cargo.toml b/Cargo.toml index ea4ab14..f0916b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tcmalloc-better" -version = "0.1.19" +version = "0.1.20" edition = "2024" rust-version = "1.87.0" description = "A Rust wrapper over Google's TCMalloc memory allocator"