Skip to content

Commit

Permalink
Merge pull request #53 from indiv0/chore-cut-version
Browse files Browse the repository at this point in the history
Cut the 0.3.0 release
  • Loading branch information
indiv0 authored Aug 17, 2016
2 parents 0d2e053 + 04ebb04 commit b66eb24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v0.4.0"></a>
## (2016-08-17)


#### Breaking Changes

* **LazyCell:** return Err(value) on full cell ([68f3415d](https://github.com/indiv0/lazycell/commit/68f3415dd5d6a66ba047a133b7028ebe4f1c5070), breaks [#](https://github.com/indiv0/lazycell/issues/))

#### Improvements

* **LazyCell:** return Err(value) on full cell ([68f3415d](https://github.com/indiv0/lazycell/commit/68f3415dd5d6a66ba047a133b7028ebe4f1c5070), breaks [#](https://github.com/indiv0/lazycell/issues/))



<a name="v0.3.0"></a>
## (2016-08-16)

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.3.0"
version = "0.4.0"
authors = ["Alex Crichton <[email protected]>",
"Nikita Pekin <[email protected]>"]
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.3"
lazycell = "0.4"
```

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

0 comments on commit b66eb24

Please sign in to comment.