Skip to content

Commit b32d890

Browse files
authored
Merge pull request #47 from rustwasm/bump-to-0-4-1
Bump to version 0.4.1
2 parents 4e9f23f + a34356c commit b32d890

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.4.1
2+
3+
Released 2018/06/15.
4+
5+
* Updated for changes to Rust's standard allocator API.
6+
17
### 0.4.0
28

39
Released 2018/05/01.

wee_alloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MPL-2.0"
1111
name = "wee_alloc"
1212
readme = "../README.md"
1313
repository = "https://github.com/rustwasm/wee_alloc"
14-
version = "0.4.0"
14+
version = "0.4.1"
1515

1616
[badges]
1717
travis-ci = { repository = "rustwasm/wee_alloc" }

0 commit comments

Comments
 (0)