Skip to content

Commit

Permalink
chore: prepare 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Oct 24, 2024
1 parent d027030 commit ba2f19d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.5.0 (2024-10-24)

#### Features

* update reqwest to 0.12 ([ff93a4e6](https://github.com/dtantsur/rust-openstack/commit/ff93a4e62eccf6a2e7d810c1a17e053078b3fd09))

#### Breaking Changes

* the `BLOCK_STORAGE` type no longer works with `volumev3` entries in the catalog

#### Bug Fixes

* use service type block-storage for volume v3 ([c728f682](https://github.com/dtantsur/rust-openstack/commit/c728f682932a00a53d4a750b45d9af2f2b2ca2e2))

## 0.4.3 (2023-10-15)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "osauth"
description = "Asynchronous OpenStack session and authentication"
version = "0.4.3" # remember to update html_root_url
version = "0.5.0" # remember to update html_root_url
authors = ["Dmitry Tantsur <[email protected]>"]
homepage = "https://github.com/dtantsur/rust-osauth"
repository = "https://github.com/dtantsur/rust-osauth"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#![crate_name = "osauth"]
#![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/osauth/0.4.3")]
#![doc(html_root_url = "https://docs.rs/osauth/0.5.0")]
// NOTE: we do not use generic deny(warnings) to avoid breakages with new
// versions of the compiler. Add more warnings here as you discover them.
// Taken from https://github.com/rust-unofficial/patterns/
Expand Down

0 comments on commit ba2f19d

Please sign in to comment.