Stream: wasmtime

Topic: 0.16.0 release


view this post on Zulip Peter Huene (Apr 29 2020 at 23:37):

As we've had a lot of work go in since 0.15.0, including some features like interruption (which projects like Krustlet would really like to experiment with), do we think it's time to cut a 0.16.0 release?

view this post on Zulip Dan Gohman (Apr 29 2020 at 23:46):

sounds good to me! Are there any pending PRs we should wait for, or are we good to go?

view this post on Zulip Peter Huene (Apr 30 2020 at 01:15):

I personally don't see any that we would need to wait for, but wouldn't hurt to wait for others to respond before releasing

view this post on Zulip Dan Gohman (Apr 30 2020 at 01:30):

0.16 is now up!

view this post on Zulip Dan Gohman (Apr 30 2020 at 01:31):

We're finally getting to the point where the script mostly runs to completion on its own, so cutting releases is much less of a hassle than it used to be

view this post on Zulip Dan Gohman (Apr 30 2020 at 01:32):

So if there are any PRs out there that should be released, we can just do another release

view this post on Zulip Peter Huene (Apr 30 2020 at 01:41):

thanks, Dan!

view this post on Zulip Alex Crichton (Apr 30 2020 at 01:52):

holy cow that was a fast turnaround

view this post on Zulip Alex Crichton (Apr 30 2020 at 01:52):

nice on all the scripts and such working!

view this post on Zulip Peter Huene (Apr 30 2020 at 02:01):

It looks like the update PR had the publish step skipped, no tags created.

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:19):

@Dan Gohman btw for publishing, one thing I do for wasm-bindgen is I don't have a sleep but I also publish with --no-verify

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:19):

with --no-verify it means that it'll only fail publication of binaries or packages with examples

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:19):

if the index isn't updated yet

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:20):

and to publish I run the script and ignore all cargo publish failures

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:20):

only one fails typically for wasm-bindgen (the CLI which has a binary), and then I come back later and rerun the script

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:20):

so one thing we can probably do is publish with --no-verify, run publication for everything, then sleep, then rerun the whole script if anything failed

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:21):

or maybe automating that would be hard but that's the idea

view this post on Zulip Alex Crichton (Apr 30 2020 at 16:21):

it's fine to publish the same thing twice b/c crates.io will just reject it


Last updated: Oct 23 2024 at 20:03 UTC