Skip to content

Commit

Permalink
chore: cut the 0.6.0 release
Browse files Browse the repository at this point in the history
Update CHANGELOG.
Update README.
Cut the 0.6.0 release.
  • Loading branch information
indiv0 committed Jun 6, 2018
1 parent 94a507c commit 42e0351
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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="v1.0.0"></a>
## v1.0.0 (2018-06-06)


#### Features

* Add #![no_std] ([e59f6b55](https://github.com/indiv0/lazycell/commit/e59f6b5531e310d3df26b0eb40b1431937f38096))



<a name="0.6.0"></a>
## 0.6.0 (2017-11-25)

Expand Down
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.6.0"
version = "1.0.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 @@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
lazycell = "0.6"
lazycell = "1.0"
```

And in your `lib.rs` or `main.rs`:
Expand Down

0 comments on commit 42e0351

Please sign in to comment.