Skip to content

Commit

Permalink
Merge branch 'limit-public-interface'
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Aug 20, 2024
2 parents 3e33311 + 47c03f5 commit 0bc2189
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = [".", "openapi-client-gen"]

[workspace.package]
version = "0.11.1"
version = "0.12.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/blazzy/podman-rest-client"
Expand Down Expand Up @@ -52,3 +52,7 @@ ssh = ["dep:russh", "dep:russh-keys"]

[package.metadata.docs.rs]
all-features = true

[package.metadata.release]
pre-release-commit-message="v{{version}}"
consolidate-commits = false
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ More adjustments likely to come as we run into issues and should be documented h

## Changelog

### v0.12.0

#### Breaking Changes

* The old enum `Error` is now `ClientError`
* The struct `APIClient` and the module `api_common` are no longer available
* The new enum `Error` is represents the error returned from api requests

### v0.11.1

* Fix docs.rs build
Expand Down

0 comments on commit 0bc2189

Please sign in to comment.