Skip to content

Commit 1851916

Browse files
committed
Bump to version 0.2.0
Fixes #30
1 parent 9e3b96b commit 1851916

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### 0.2.0
2+
3+
Released 2018/03/05.
4+
5+
* Updated to work with rustc's LLVM 6 upgrade and the change of intrinsic link
6+
names.
7+
8+
* Added windows support.
9+
10+
* Added @pepyakin and @DrGoldfire to the `wee_alloc` team \o/
11+
12+
### 0.1.0
13+
14+
Released 2018/02/02.
15+
16+
* Initial release!

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.1.0"
9+
version = "0.2.0"
1010

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

0 commit comments

Comments
 (0)