diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f9cf111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Version 1.0.0 (2 Jan 2018) + +First version! diff --git a/Cargo.toml b/Cargo.toml index 8c1775e..849e23d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "wishlists" -version = "0.1.0" +version = "1.0.0" authors = ["Paul van Tilburg "] +description = """ +A web application for maintaining a board of wishlists for a family or +group of friends. +""" +readme = "README.md" +license = "MIT" [dependencies] comrak = "0.2.5"