Skip to content

Commit

Permalink
chore: cut 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
indiv0 committed Dec 4, 2018
1 parent 30fe4a8 commit db9289a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.2.1"></a>
## v1.2.1 (2018-12-03)


#### Features

* Implement Clone for LazyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c78ed149a810962a676cb2b2))



<a name="v1.2.0"></a>
## v1.2.0 (2018-09-19)

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

0 comments on commit db9289a

Please sign in to comment.