Release 0.2.0

This commit is contained in:
Bodil Stokke 2019-03-16 21:53:23 +00:00
parent b1cd52a419
commit d63c2ef07b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "typed-html-macros"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "build.rs"

View File

@ -1,6 +1,6 @@
[package]
name = "typed-html"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"