From 74f4c9649fe7d5065cb61553bb360b7c92da2d19 Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Mon, 3 Dec 2018 18:59:50 -0500 Subject: [PATCH] chore: cut 1.2.0 release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45974b0..33f1a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## v1.2.1 (2018-12-03) + + +#### Features + +* Implement Clone for LazyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c78ed149a810962a676cb2b2)) + + + ## v1.2.0 (2018-09-19) diff --git a/Cargo.toml b/Cargo.toml index f00e280..5a4d935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazycell" -version = "1.2.0" +version = "1.2.1" authors = ["Alex Crichton ", "Nikita Pekin "] description = "A library providing a lazily filled Cell struct"