-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 0.10.0 #919
Conversation
#920 should be merged before the release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I also wonder if a decision for #916 should be made before releasing.
assert_eq!(hi.len().unwrap(), 5); | ||
``` | ||
|
||
### No `#![feature(specialization)]` in user code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
|
||
## from 0.9.* to 0.10 | ||
|
||
### `ObjectProtocol` is removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth noting that ObjectProtocol
was also in the prelude? So for many users this change may have been totally invisible.
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | |||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | |||
|
|||
## [Unreleased] | |||
|
|||
## [0.10.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been wondering about making a quick PR to make the changelog messages for 0.10.0
(hopefully) a little easier to read. Happy for me to do that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been wondering about making a quick PR to make the changelog messages for 0.10.0 (hopefully) a little easier to read.
OK 👍 but it's easier for me if you specify what should be changed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or you can push the change directly to this branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 will push later
Co-authored-by: David Hewitt <[email protected]>
I've pushed a bunch of rewording to the CHANGELOG for I tried to draw inspiration from Gitlab's guidelines, which I think leads to a pretty good changelog. Please edit anything you don't like about what I added / wrote. |
👍 |
I think it's good timing to release.