Skip to content

Commit

Permalink
Prepare for cargo-public-api v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Apr 2, 2024
1 parent aee0346 commit 9f8aa8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-public-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "cargo-public-api"
version = "0.34.0"
version = "0.34.1"
default-run = "cargo-public-api"
description = "List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via CI or a CLI."
homepage = "https://github.com/Enselic/cargo-public-api"
Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If `MINIMUM_NIGHTLY_RUST_VERSION` must be bumped then
1. Bump version with `cargo set-version -p public-api x.y.z`
* If you bump 0.x.0 version, also update the [compatibility matrix](https://github.com/Enselic/cargo-public-api#compatibility-matrix).
* If `MINIMUM_NIGHTLY_RUST_VERSION` must be bumped, see [notes](./RELEASE.md#bumping-minimum_nightly_rust_version).
1. Run https://github.com/Enselic/cargo-public-api/actions/workflows/Release-rustdoc-json.yml workflow from `main` ([instructions](https://github.com/Enselic/cargo-public-api/blob/main/docs/development.md#how-to-trigger-main-branch-workflow))
1. Run https://github.com/Enselic/cargo-public-api/actions/workflows/Release-public-api.yml workflow from `main` ([instructions](https://github.com/Enselic/cargo-public-api/blob/main/docs/development.md#how-to-trigger-main-branch-workflow))
1. Done!

### `rustdoc-json`
Expand Down

0 comments on commit 9f8aa8a

Please sign in to comment.