Skip to content

Commit 44d5e0b

Browse files
authored
Release v0.31.0. (#771)
1 parent 79e30bb commit 44d5e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "cargo-semver-checks"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
edition = "2021"
55
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
66
license = "Apache-2.0 OR MIT"
77
description = "Scan your Rust crate for semver violations."
88
repository = "https://github.com/obi1kenobi/cargo-semver-checks"
99
readme = "./README.md"
10-
keywords = ["semver", "check", "crate", "cargo"]
10+
keywords = ["semver", "linter", "check", "crate", "cargo"]
1111
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1212
rust-version = "1.74"
1313

0 commit comments

Comments
 (0)