-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use 0.10.0-beta.2 for the upcoming release #170
Use 0.10.0-beta.2 for the upcoming release #170
Conversation
We just bumped the version number to `0.10.0-beta2` but that format causes `cargo` to automatically pull the new version. We can use `0.10.1-beta.2` so `cargo` correctly treats it as a new separate version.
86a0403
to
15dfdf0
Compare
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.
ACK 15dfdf0
Published and yanked :( same issue. I think I'll just try to use this version in Elements locally (I think cargo will let me use a yanked version, it'll just whine about it) and if that passes let's just do a real release. |
Ok, cargo won't let me use the yanked version, but I can use my local repo. |
Ok, I have two comments so far:
Also it would make my life a tiny bit easier if |
I"ll work on the points above. As far as naming, shall we just use |
I'm doubtful that |
Want to just test the new stuff locally on your end (i.e., after that new stuff above) and then just release the |
Yeah, I think that's best. Next time we'll try starting with |
All this should be seen to now. |
We just bumped the version number to
0.10.0-beta2
but that format causescargo
to automatically pull the new version. We can use0.10.1-beta.2
socargo
correctly treats it as a new separate version.