From d63c2ef07bb8c2911cc64e583aae2cf28f9fc8c8 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Sat, 16 Mar 2019 21:53:23 +0000 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 2 +- macros/Cargo.toml | 2 +- typed-html/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9a5d2..3ab1f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.0] - 2019-03-16 ### Added diff --git a/macros/Cargo.toml b/macros/Cargo.toml index bbf2811..35304f1 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typed-html-macros" -version = "0.1.1" +version = "0.2.0" edition = "2018" authors = ["Bodil Stokke "] build = "build.rs" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index add8a04..11f47c2 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typed-html" -version = "0.1.1" +version = "0.2.0" edition = "2018" authors = ["Bodil Stokke "] license = "MPL-2.0+"