Skip to content

Commit

Permalink
Merge pull request #51 from indiv0/chore-increment-version
Browse files Browse the repository at this point in the history
Cut the 0.2.1 release
  • Loading branch information
indiv0 authored Aug 16, 2016
2 parents 1aafda7 + a294e7c commit 06ef227
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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.3.0"></a>
## (2016-08-16)


#### Features

* add AtomicLazyCell which is thread-safe ([85afbd36](https://github.com/indiv0/lazycell/commit/85afbd36d8a148e14cc53654b39ddb523980124d))

#### Improvements

* Use UnsafeCell instead of RefCell ([3347a8e9](https://github.com/indiv0/lazycell/commit/3347a8e97d2215a47e25c1e2fc953e8052ad8eb6))



<a name="v0.2.1"></a>
## (2016-04-18)

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.2.1"
version = "0.3.0"
authors = ["Alex Crichton <[email protected]>",
"Nikita Pekin <[email protected]>"]
description = "A library providing a lazily filled Cell struct"
Expand Down

0 comments on commit 06ef227

Please sign in to comment.