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+"