chore: cut the 0.4.0 release

Cut the 0.4.0 release.
Update version in `Cargo.toml` and `README.md`.
Update `CHANGELOG.md`.
This commit is contained in:
Nikita Pekin
2016-12-07 23:41:11 -05:00
parent 68b2572065
commit 7abd39f8b0
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
<a name="v0.5.0"></a>
## v0.5.0 (2016-12-08)
#### Features
* add borrow_with to LazyCell ([a15efa35](https://github.com/indiv0/lazycell/commit/a15efa359ea5a31a66ba57fc5b25f90c87b4b0dd))
<a name="v0.4.0"></a>
## (2016-08-17)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lazycell"
version = "0.4.0"
version = "0.5.0"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Nikita Pekin <contact@nikitapek.in>"]
description = "A library providing a lazily filled Cell struct"
+1 -1
View File
@@ -34,7 +34,7 @@ Add the following to your `Cargo.toml`:
```toml
[dependencies]
lazycell = "0.4"
lazycell = "0.5"
```
And in your `lib.rs` or `main.rs`: