Skip to content

Commit e740c03

Browse files
bump version: 0.2.26
1 parent 8da2e88 commit e740c03

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## Changelog
22

3+
### 0.2.26
4+
5+
- **upstream** Building adjustment
6+
- option of cc crate as build feature, only c compiler needed, no cmake required
7+
- Addition of dynamic local TLS option
8+
39
### 0.2.25
410

511
- **upstream** Apple M1 support
612
- **upstream** Building adjust
713
- non-allocation tracking functions
814

9-
1015
### 0.2.24
1116

1217
- **upstream** update to use a more efficient power of 2 check

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snmalloc-rs"
3-
version = "0.2.25"
3+
version = "0.2.26"
44
authors = ["schrodingerzhu <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -16,7 +16,7 @@ readme = "README.md"
1616
members = ["snmalloc-sys" ]
1717

1818
[dependencies]
19-
snmalloc-sys = {version = "0.2.25", path = "snmalloc-sys",default-features = false }
19+
snmalloc-sys = {version = "0.2.26", path = "snmalloc-sys",default-features = false }
2020

2121
[features]
2222
default = ["snmalloc-sys/build_cmake","1mib"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Hence, please make sure the following libs are in your `PATH`:
6565
- feature `android-shared-std` can be used to set the STL library of `snmalloc` to `c++_shared` (it uses `c++_static` by default)
6666

6767
## Changelog
68+
6869
### 0.2.26
6970

7071
- **upstream** Building adjustment

snmalloc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snmalloc-sys"
3-
version = "0.2.25"
3+
version = "0.2.26"
44
authors = ["schrodingerzhu <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)