From 7113c7629927143906854adf0cc44c66aace86ea Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Jan 2018 13:23:05 +0100 Subject: [PATCH 1/2] Bump the version to 1.0.0; add some missing fields --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" From 09302ebc3e389cbe4fce10ed63308fbfab510472 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 2 Jan 2018 13:24:14 +0100 Subject: [PATCH 2/2] Add a changelog entry for the new version --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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!