Skip to content

Commit

Permalink
Add CI jobs checking this crate for SemVer-breaking API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Feb 15, 2024
1 parent 322bdd7 commit 991f5e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc
semver_checks:
name: Check semver
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: obi1kenobi/cargo-semver-checks-action@v2
coverage:
name: Code Coverage
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.2 (unreleased)
------
- Add CI jobs checking this crate for SemVer-breaking API changes

4.0.1
------
- Fix broken links in README
Expand Down

0 comments on commit 991f5e1

Please sign in to comment.