Skip to content

Commit

Permalink
Run cargo-semver-checks with release-type minor (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jul 4, 2024
1 parent 9429cb9 commit 59358a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ jobs:
- uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
release-type: minor
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.25.2"
version = "0.25.1"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit 59358a6

Please sign in to comment.