From 1c93775a21e0579941708e48040cb51e25878b27 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Sun, 5 Jul 2020 14:00:43 +0100 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 2 +- macros/Cargo.toml | 2 +- vgtk/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a393cd2a..095d02298 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.3.0] - 2020-07-05 ### CHANGED diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4ce33749e..ccafb44af 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vgtk-macros" -version = "0.2.0" +version = "0.3.0" authors = ["Bodil Stokke "] edition = "2018" license = "LGPL-3.0+" diff --git a/vgtk/Cargo.toml b/vgtk/Cargo.toml index e18a546ce..f0d04e67f 100644 --- a/vgtk/Cargo.toml +++ b/vgtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vgtk" -version = "0.2.1" +version = "0.3.0" authors = ["Bodil Stokke "] edition = "2018" license = "LGPL-3.0+" @@ -17,7 +17,7 @@ gio = "0.9.0" glib = "0.10.0" gdk = "0.13.0" gdk-pixbuf = "0.9.0" -vgtk-macros = "0.2.0" +vgtk-macros = "0.3.0" proc-macro-hack = "0.5.16" proc-macro-nested = "0.1.6" log = "0.4.8"