From 51b14d6f6a6a5f4b6233bf7e29d4520602749f82 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Fri, 9 Apr 2021 22:02:54 -0400 Subject: [PATCH] Update changelog and release --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8869027..4e8572c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,21 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/ and this project adheres to cargo's version of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - [Unreleased](#unreleased) -- [v0.2.0](#v011) +- [v0.2.1](#v021) +- [v0.2.0](#v020) - [v0.1.1](#v011) - [v0.1.0](#v010) - [Diffs](#diffs) ## Unreleased +## v0.2.1 + +Released 2021-04-09 + +#### Updated +- Updated `arrayvec` to `0.7` + ## v0.2.0 Released 2021-03-28 @@ -42,6 +50,7 @@ Released 2020-10-02 ## Diffs -- [Unreleased](https://github.com/BVE-Reborn/switchyard/compare/v0.2.0...HEAD) +- [Unreleased](https://github.com/BVE-Reborn/switchyard/compare/v0.2.1...HEAD) +- [v0.2.1](https://github.com/BVE-Reborn/switchyard/compare/v0.2.0...v0.2.1) - [v0.2.0](https://github.com/BVE-Reborn/switchyard/compare/v0.1.1...v0.2.0) - [v0.1.1](https://github.com/BVE-Reborn/switchyard/compare/v0.1.0...v0.1.1)