Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 1, 2025
1 parent 94ee677 commit d363f11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# rabbitmqadmin-ng Change Log

## v0.21.0 (in development)
## v0.22.0 (in development)

No (documented) changes yet

## v0.21.0 (Feb 1, 2025)

### Bug Fixes

Expand Down
3 changes: 2 additions & 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reqwest = { version = "0.12.12", features = [
"__rustls",
"rustls-tls-native-roots"
]}
rabbitmq_http_client = { git = "https://github.com/michaelklishin/rabbitmq-http-api-rs", features = [
rabbitmq_http_client = { version = "0.18.0", features = [
"core",
"blocking",
"tabled"
Expand Down

0 comments on commit d363f11

Please sign in to comment.