console_error_panic_hook icon indicating copy to clipboard operation
console_error_panic_hook copied to clipboard

Source commit and tag for 0.1.7 missing

Open rillian opened this issue 3 years ago • 1 comments

Describe the Bug

Crates.io lists 0.1.7 as the latest release, but there's no tag in the repo for that version.

The metadata points to commit f998b08b76655c16b948fc329c26ba563e9b3384 which also doesn't seem to be published. The only source difference from the current head (4dc30a5448ed3ffcfb961b1ad54d000cca881b84) seems to be the version bump.

Steps to Reproduce

  1. Go to https://crates.io/crates/console_error_panic_hook/versions
  2. Obvserve published versions
  3. git clone https://github.com/rustwasm/console_error_panic_hook
  4. cd console_error_panic_hook
  5. git show 0.1.7
  6. See error unknown revision or path not in the working tree.

If applicable, add a link to a test case (as a zip file or link to a repository we can clone).

Expected Behavior

It's convenient for auditing changes if the source of each release is tagged in the official repository.

Could you please push the release commit and tag?

rillian avatar Feb 01 '22 18:02 rillian

Any update on this?

rillian avatar May 16 '22 18:05 rillian