From 8aa013707ad8a9e462565ec92ff207f02431309a Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Wed, 26 Sep 2018 17:08:17 +0200 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0a4ab..68dc41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] - 2018-09-26 ### Added - `StableVec::insert_into_hole()` - `StableVec::grow()` @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Everything. -[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/LukasKalbertodt/stable-vec/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 3ea7932..d528c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-vec" -version = "0.2.0" +version = "0.2.1" authors = ["Lukas Kalbertodt "] description = """