chore: cut 1.2.0 release

This commit is contained in:
Nikita Pekin
2018-12-03 18:59:50 -05:00
committed by Nikita Pekin
parent 321d4bb3c5
commit 74f4c9649f
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lazycell"
version = "1.2.0"
version = "1.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Nikita Pekin <contact@nikitapek.in>"]
description = "A library providing a lazily filled Cell struct"