Skip to content

Commit 17454b0

Browse files
update version and readme
1 parent f1d27af commit 17454b0

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 0.2.25
4+
5+
- **upstream** Apple M1 support
6+
- **upstream** Building adjust
7+
- non-allocation tracking functions
8+
9+
310
### 0.2.24
411

512
- **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.24"
3+
version = "0.2.25"
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.24", path = "snmalloc-sys"}
19+
snmalloc-sys = {version = "0.2.25", path = "snmalloc-sys"}
2020

2121
[features]
2222
default = ["1mib"]

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# snmalloc-rs
22
**Notice: MinGW Build is broken and may not be fixed in a near future. See [this PR](https://github.com/microsoft/snmalloc/pull/217) in the upstream.**
33

4-
MSVC/MinGW/Linux/MacOS: [![travis ci](https://www.travis-ci.org/SchrodingerZhu/snmalloc-rs.svg?branch=master)](https://travis-ci.com/SchrodingerZhu/snmalloc-rs)
4+
MSVC/MinGW/Linux/MacOS: [![Actions Status](https://github.com/schrodingerzhu/snmalloc-rs/workflows/Rust/badge.svg)](https://github.com/schrodingerzhu/snmalloc-rs/actions)
55

66
FreeBSD: [![Build Status](https://api.cirrus-ci.com/github/SchrodingerZhu/snmalloc-rs.svg)](https://cirrus-ci.com/github/SchrodingerZhu/snmalloc-rs)
77

@@ -62,6 +62,11 @@ Hence, please make sure the following libs are in your `PATH`:
6262
- feature `android-shared-std` can be used to set the STL library of `snmalloc` to `c++_shared` (it uses `c++_static` by default)
6363

6464
## Changelog
65+
### 0.2.25
66+
67+
- **upstream** Apple M1 support
68+
- **upstream** Building adjust
69+
- non-allocation tracking functions
6570

6671
### 0.2.24
6772

@@ -72,12 +77,4 @@ Hence, please make sure the following libs are in your `PATH`:
7277

7378
- **upstream** fix external pagemap usage
7479

75-
### 0.2.22
76-
77-
- **upstream** avoid amplification when routing
78-
- **upstream** remotely store sizeclass
79-
- **upstream** limit flat pagemap size
80-
- **upstream** limit medium slab header
81-
- **upstream** solaris support fix
82-
8380
for older versions, see [CHANGELOG](CHANGELOG.md)

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.24"
3+
version = "0.2.25"
44
authors = ["schrodingerzhu <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)