From d6c94520771cf660d3059615bfe184741e3d9d29 Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Fri, 5 Sep 2025 10:28:20 -0400 Subject: [PATCH] bump version to 0.7.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- snmalloc-sys/Cargo.toml | 2 +- snmalloc-sys/snmalloc | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f843daf..9fa328a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.3.9 + +- Tracking upstream to match version 0.7.2 + ### 0.3.8 - Tracking upstream to match version 0.7.1 diff --git a/Cargo.toml b/Cargo.toml index 3c45fc7..347a81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snmalloc-rs" -version = "0.3.8" +version = "0.3.9" authors = ["schrodingerzhu "] edition = "2021" license = "MIT" @@ -16,7 +16,7 @@ readme = "README.md" members = ["snmalloc-sys"] [dependencies] -snmalloc-sys = { version = "0.3.8", path = "snmalloc-sys", default-features = false } +snmalloc-sys = { version = "0.3.9", path = "snmalloc-sys", default-features = false } [features] default = ["snmalloc-sys/build_cmake", "snmalloc-sys/usewait-on-address"] diff --git a/snmalloc-sys/Cargo.toml b/snmalloc-sys/Cargo.toml index b0b3f20..696e5e8 100644 --- a/snmalloc-sys/Cargo.toml +++ b/snmalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snmalloc-sys" -version = "0.3.8" +version = "0.3.9" authors = ["schrodingerzhu "] edition = "2021" license = "MIT" diff --git a/snmalloc-sys/snmalloc b/snmalloc-sys/snmalloc index e6bf857..0b70ad9 160000 --- a/snmalloc-sys/snmalloc +++ b/snmalloc-sys/snmalloc @@ -1 +1 @@ -Subproject commit e6bf8570d003c7f219f0a24704ad263b5a321c1a +Subproject commit 0b70ad97a62d7ee94b5bbeceadfe1110c8b43a47