Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 36294af

Browse files
authored
Merge pull request #37 from rustwasm/bump-to-0.3.0
Bump to version 0.3.0
2 parents e83c08b + 440914b commit 36294af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.3.0
2+
3+
Released 2018/04/24.
4+
5+
* Almost 10x faster replaying Real World(tm) allocation traces.
6+
7+
* Updated for the latest allocator trait changes from the Rust standard library.
8+
19
### 0.2.0
210

311
Released 2018/03/06.

wee_alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MPL-2.0"
66
name = "wee_alloc"
77
readme = "../README.md"
88
repository = "https://github.com/fitzgen/wee_alloc"
9-
version = "0.2.0"
9+
version = "0.3.0"
1010

1111
[badges]
1212
travis-ci = { repository = "fitzgen/wee_alloc" }

0 commit comments

Comments
 (0)