-
Notifications
You must be signed in to change notification settings - Fork 191
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
Tracker: Release 1.0 #113
Comments
@alexcrichton does that list look right to you? |
Heh I'd actually skip the last 3 steps even :) I think it's fine to bump to 1.0 without an RFC of shifting to |
I would prefer moving uuid out of |
@sfackler I think I would too. Do you have any thoughts on where it should end up living? |
In the hands of someone that cares about it, I guess. |
The next breaking release should have the |
What do you think we need to resolve here in |
i don't think there is anything major left. We can release the next major as 1.0 |
I think we will target 0.8 as a catch release just to ensure we didn't miss something... If everything goes good and dandy we might just bump the version of it as 1.0 |
Greetings! |
We've been carrying this along for a couple years now and had a chance to explore some APIs more deeply. I think the best way to solidify confidence in the API now would be to write up something like the I don't think it would be worth publishing any more minor releases before |
Not much left now. We’ve just got #537 as a breaking change and need to get a release of the new proc macro ready. Then we can do a |
We've now got a pre-release of It'll be great to get the tyres kicking on this so we can weed out any potential issues, but unless breaking changes are necessary there won't be any difference between this release and what's stabilized as |
I saw in the pre-release changelog that a new |
Yeh, that one was a niche method renamed to fit the scheme of existing methods that have been around for a long time and predate the guidelines altogether. As far as transgressions goes it’s pretty mild since it doesn’t materially affect the program. So I opted to keep a consistent scheme with minimal churn. |
This is a list of things we need to do before we can release a stable version of
uuid
.Is serde implementation going to be stable? #90Shift intorust-lang
orgRFC (as per https://github.com/rust-lang/rfcs/blob/master/text/1242-rust-lang-crates.md)uuid
[ ] Renameserde
toserde1
[ ] Renameslog
toslog2
winapi
into an external library (uuid-winapi
)stdweb
and renamewasm-bindgen
tojs
1.0.0
!The text was updated successfully, but these errors were encountered: