From a750419564c2e6cc5f6be0387a5dffb6d20623e6 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Tue, 3 Dec 2019 18:47:09 -0500 Subject: [PATCH] Tweaks --- CHANGELOG.md | 2 ++ README.md | 2 +- RELEASE_CHECKLIST.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10c29247..a93c6cea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +[unreleased] + ## v0.5.0 - Added helper `seed::canvas()`, and `seed::canvas_context()` helper functions. - Fixed `Url` parsing (resolves issue with hash routing). diff --git a/README.md b/README.md index 7130cf7bd..5c363fc88 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

-## [New homepage](https://seed-rs.org), as of November 2019 +## [New homepage](https://seed-rs.org), as of Nov 2019 - We are looking forward to your [feedback](https://github.com/seed-rs/seed/issues/303)! The best place to learn is the guide on the homepage - this readme is an excerpt from it. diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 38d7ef9fe..700b38234 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -5,6 +5,7 @@ This is a list of steps to complete when making a new release. 1. Review the commit and PR history since last release. Ensure that all relevant changes are included in `CHANGELOG.md`, and that breaking changes are specifically annotated +1. Update the version of seed dependency in the readme. 1. Ensure both the readme and homepage website reflect API changes. Instructions for updating the homepage are available [here](https://github.com/seed-rs/seed-homepage) 1. Update the homepage with the new release version (main page), and changelog