From 4a2ca8d90ae9136c19c960b4ac8d41a3eda53e12 Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Thu, 21 Dec 2017 14:29:08 +0100
Subject: [PATCH] v0.2.1

---
 CHANGELOG.md | 11 ++++++++++-
 Cargo.toml   |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90c0530..333f485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.2.1] - 2017-12-21
+
+### Added
+
+- `Vec` now implements both `fmt::Debug`, `PartialEq` and `Eq`.
+
+- `resize` and `resize_default` methods to `Vec`.
+
 ## [v0.2.0] - 2017-11-22
 
 ### Added
@@ -29,5 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - Initial release
 
-[Unreleased]: https://github.com/japaric/heapless/compare/v0.2.0...HEAD
+[Unreleased]: https://github.com/japaric/heapless/compare/v0.2.1...HEAD
+[v0.2.1]: https://github.com/japaric/heapless/compare/v0.2.0...v0.2.1
 [v0.2.0]: https://github.com/japaric/heapless/compare/v0.1.0...v0.2.0
diff --git a/Cargo.toml b/Cargo.toml
index 983d302..4bb0ac0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ keywords = [
 license = "MIT OR Apache-2.0"
 name = "heapless"
 repository = "https://github.com/japaric/heapless"
-version = "0.2.0"
+version = "0.2.1"
 
 [dependencies]
 untagged-option = "0.1.1"
-- 
GitLab