Skip to content
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

Add semver check to CI #1005

Closed
wants to merge 2 commits into from
Closed

Commits on May 25, 2022

  1. Bump version to 0.29.0

    We have increased the MSRV, this requires a 'minor' version bump (since
    we are pre v1.0).
    tcharding committed May 25, 2022
    Configuration menu
    Copy the full SHA
    0011150 View commit details
    Browse the repository at this point in the history
  2. Add semver check to CI

    Add a CI job to check if we have correctly set the crate version based
    on Semantic Versioning rules.
    
    This job was copied from: libp2p/rust-libp2p#2647
    
    And uses this tool: https://github.com/rust-lang/rust-semverver
    tcharding committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8d7e7ce View commit details
    Browse the repository at this point in the history