Skip to content

Source commit and tag for 0.1.7 missing #22

Open
@rillian

Description

@rillian

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 (4dc30a5) 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rillian

        Issue actions

          Source commit and tag for 0.1.7 missing · Issue #22 · rustwasm/console_error_panic_hook