Skip to content

Commit

Permalink
Merge pull request #57 from indiv0/chore-cut-release
Browse files Browse the repository at this point in the history
Cut release 0.4.0
  • Loading branch information
indiv0 committed Dec 8, 2016
2 parents 177a715 + 7a12560 commit 64396aa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The following is a list of contributors to the [lazycell][lazycell] project, in
alphabetical order.

* [Carl Lerche](https://github.com/carllerche)
* [Nikita Pekin](https://github.com/indiv0)
* [J/A](https://github.com/archer884)
* [Nikita Pekin](https://github.com/indiv0)

[lazycell]: https://github.com/indiv0/lazycell
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 64396aa

Please sign in to comment.