Skip to content

Commit a750419

Browse files
committed
Tweaks
1 parent 5e7a28b commit a750419

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
[unreleased]
4+
35
## v0.5.0
46
- Added helper `seed::canvas()`, and `seed::canvas_context()` helper functions.
57
- Fixed `Url` parsing (resolves issue with hash routing).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010

11-
## [New homepage](https://seed-rs.org), as of November 2019
11+
## [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)!
1212

1313
The best place to learn is the guide on the homepage - this readme is an excerpt from it.
1414

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is a list of steps to complete when making a new release.
55
1. Review the commit and PR history since last release. Ensure that all relevant
66
changes are included in `CHANGELOG.md`, and that breaking changes
77
are specifically annotated
8+
1. Update the version of seed dependency in the readme.
89
1. Ensure both the readme and homepage website reflect API changes. Instructions
910
for updating the homepage are available [here](https://github.com/seed-rs/seed-homepage)
1011
1. Update the homepage with the new release version (main page), and changelog

0 commit comments

Comments
 (0)