Skip to content

Commit bd6e55d

Browse files
chore: release
1 parent ef5a29a commit bd6e55d

29 files changed

Lines changed: 294 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-applicationcredential-v0.1.0...openstack-sdk-auth-applicationcredential-v0.22.5) - 2026-03-30
11+
12+
### Added
13+
14+
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
15+
16+
### Other
17+
18+
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))

auth-application-credential/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack-sdk-auth-applicationcredential"
3-
version = "0.1.0"
3+
version = "0.22.5"
44
license.workspace = true
55
edition.workspace = true
66
authors.workspace = true

auth-federation/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.1.0...openstack-sdk-auth-federation-v0.22.5) - 2026-03-30
11+
12+
### Added
13+
14+
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
15+
16+
### Other
17+
18+
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))

auth-federation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack-sdk-auth-federation"
3-
version = "0.1.0"
3+
version = "0.22.5"
44
license.workspace = true
55
edition.workspace = true
66
authors.workspace = true

auth-jwt/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-jwt-v0.1.0...openstack-sdk-auth-jwt-v0.22.5) - 2026-03-30
11+
12+
### Added
13+
14+
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
15+
16+
### Other
17+
18+
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))

auth-jwt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack-sdk-auth-jwt"
3-
version = "0.1.0"
3+
version = "0.22.5"
44
license.workspace = true
55
edition.workspace = true
66
authors.workspace = true

auth-multifactor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-multifactor-v0.1.0) - 2026-03-30
11+
12+
### Added
13+
14+
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

auth-oidcaccesstoken/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-oidcaccesstoken-v0.1.0...openstack-sdk-auth-oidcaccesstoken-v0.22.5) - 2026-03-30
11+
12+
### Added
13+
14+
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
15+
16+
### Other
17+
18+
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))

auth-oidcaccesstoken/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack-sdk-auth-oidcaccesstoken"
3-
version = "0.1.0"
3+
version = "0.22.5"
44
license.workspace = true
55
edition.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)