We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792f27c commit 71ffeffCopy full SHA for 71ffeff
CHANGELOG.md
@@ -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
@@ -6,7 +6,7 @@ license = "MPL-2.0"
name = "wee_alloc"
readme = "../README.md"
repository = "https://github.com/fitzgen/wee_alloc"
-version = "0.1.0"
+version = "0.2.0"
[badges]
travis-ci = { repository = "fitzgen/wee_alloc" }
0 commit comments