Skip to content

Commit

Permalink
Add semver-checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed May 7, 2024
1 parent 5c7f08d commit 7d5269b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,9 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: obi1kenobi/cargo-semver-checks-action@v2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arcstr"
version = "1.1.5"
version = "1.2.0"
rust-version = "1.57.0"
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
edition = "2021"
Expand Down

0 comments on commit 7d5269b

Please sign in to comment.