From 7b2f055cc130cbc8c4275029e22405393fd57828 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 3 Jan 2018 21:10:06 +0100 Subject: [PATCH 1/2] Bump the version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d44e16..0e88c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wishlists" -version = "1.0.0" +version = "1.0.1" dependencies = [ "Inflector 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "comrak 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 849e23d..c28d02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wishlists" -version = "1.0.0" +version = "1.0.1" authors = ["Paul van Tilburg "] description = """ A web application for maintaining a board of wishlists for a family or From 90bcdaadf521db273e8724632a353c0c643551ab Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 3 Jan 2018 21:11:11 +0100 Subject: [PATCH 2/2] Add a changelog entry for the new version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cf111..6a96e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 1.0.1 (3 Jan 2018) + +Add a More/Less button for uncollapsing/collapsing long lists that +have been cut using a horizontal rule. + # Version 1.0.0 (2 Jan 2018) First version!