From 4011eb20e4465debae4dcfa6be5a80fe48cf84fe Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Mon, 24 Feb 2020 14:48:22 +0000 Subject: [PATCH] (cargo-release) version 0.2.1 --- CHANGELOG.md | 2 +- vgtk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f723ddc..c13fe16f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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] - 2020-02-24 ### ADDED diff --git a/vgtk/Cargo.toml b/vgtk/Cargo.toml index 362411e26..8ae1fec5b 100644 --- a/vgtk/Cargo.toml +++ b/vgtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vgtk" -version = "0.2.0" +version = "0.2.1" authors = ["Bodil Stokke "] edition = "2018" license = "LGPL-3.0+"