File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ [ unreleased]
4
+
3
5
## v0.5.0
4
6
- Added helper ` seed::canvas() ` , and ` seed::canvas_context() ` helper functions.
5
7
- Fixed ` Url ` parsing (resolves issue with hash routing).
Original file line number Diff line number Diff line change 8
8
</p >
9
9
10
10
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 ) !
12
12
13
13
The best place to learn is the guide on the homepage - this readme is an excerpt from it.
14
14
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This is a list of steps to complete when making a new release.
5
5
1 . Review the commit and PR history since last release. Ensure that all relevant
6
6
changes are included in ` CHANGELOG.md ` , and that breaking changes
7
7
are specifically annotated
8
+ 1 . Update the version of seed dependency in the readme.
8
9
1 . Ensure both the readme and homepage website reflect API changes. Instructions
9
10
for updating the homepage are available [ here] ( https://github.com/seed-rs/seed-homepage )
10
11
1 . Update the homepage with the new release version (main page), and changelog
You can’t perform that action at this time.
0 commit comments