Skip to content

Commit f0b61ca

Browse files
authored
Merge pull request #31 from fitzgen/bump-to-0.2.0
Bump to version 0.2.0
2 parents 9e3b96b + a22e9a2 commit f0b61ca

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
members = ["./wee_alloc", "./test", "./example"]
33

44
[profile.release]
5+
lto = true
56
debug = true
67
opt-level = "z"

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)