Skip to content

Commit b582b61

Browse files
committed
Bump to version 0.4.5
1 parent 12a0942 commit b582b61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.4.5
2+
3+
Released 2019/08/22.
4+
5+
* Drop `unreachable` dependency, now that `core::hints::unreachable_unchecked`
6+
is stable in Rust 1.27.
7+
18
### 0.4.4
29

310
Released 2019/04/15.

wee_alloc/Cargo.toml

+1-1
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.4"
14+
version = "0.4.5"
1515

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

0 commit comments

Comments
 (0)