Skip to content

Commit ecd7d50

Browse files
chore: release
1 parent eb8a0d3 commit ecd7d50

23 files changed

Lines changed: 327 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/api-types/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.1](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-api-types-v0.1.0...openstack-keystone-api-types-v0.1.1) - 2026-03-25
11+
12+
### Other
13+
14+
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
15+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
16+
- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624))
17+
- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622))

crates/api-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack-keystone-api-types"
33
description = "OpenStack Keystone API types"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/appcred-sql/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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/openstack-experimental/keystone/releases/tag/openstack-keystone-appcred-sql-v0.1.0) - 2026-03-25
11+
12+
### Other
13+
14+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
15+
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))

crates/assignment-sql/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/openstack-experimental/keystone/releases/tag/openstack-keystone-assignment-sql-v0.1.0) - 2026-03-25
11+
12+
### Other
13+
14+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
15+
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
16+
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
17+
- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626))

crates/catalog-sql/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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/openstack-experimental/keystone/releases/tag/openstack-keystone-catalog-sql-v0.1.0) - 2026-03-25
11+
12+
### Other
13+
14+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
15+
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))

crates/config/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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/openstack-experimental/keystone/releases/tag/openstack-keystone-config-v0.1.0) - 2026-03-25
11+
12+
### Other
13+
14+
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
15+
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))

crates/core-types/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.1](https://github.com/openstack-experimental/keystone/releases/tag/openstack-keystone-core-types-v0.1.1) - 2026-03-25
11+
12+
### Other
13+
14+
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
15+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))

crates/core/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.2](https://github.com/openstack-experimental/keystone/compare/openstack-keystone-core-v0.1.1...openstack-keystone-core-v0.1.2) - 2026-03-25
11+
12+
### Other
13+
14+
- Small optimization of the derives ([#638](https://github.com/openstack-experimental/keystone/pull/638))
15+
- Split the core-types crate ([#640](https://github.com/openstack-experimental/keystone/pull/640))
16+
- Split out remaining sql drivers ([#633](https://github.com/openstack-experimental/keystone/pull/633))
17+
- Split more drivers to separate crates ([#632](https://github.com/openstack-experimental/keystone/pull/632))
18+
- Drop unnecessary derives to help compilation ([#631](https://github.com/openstack-experimental/keystone/pull/631))
19+
- Drop unnecessary tracing directives ([#627](https://github.com/openstack-experimental/keystone/pull/627))
20+
- Split config into standalone crate ([#628](https://github.com/openstack-experimental/keystone/pull/628))
21+
- Rework http client pool ([#629](https://github.com/openstack-experimental/keystone/pull/629))
22+
- Make assignment sql driver a standalone crate ([#626](https://github.com/openstack-experimental/keystone/pull/626))
23+
- Move assignment parameters resolution to driver ([#625](https://github.com/openstack-experimental/keystone/pull/625))
24+
- Introduce features in api-types crate ([#624](https://github.com/openstack-experimental/keystone/pull/624))
25+
- Slim down api-types crate ([#622](https://github.com/openstack-experimental/keystone/pull/622))
26+
- Split out webauthn into crate ([#621](https://github.com/openstack-experimental/keystone/pull/621))
27+
- Split out token-fernet driver ([#620](https://github.com/openstack-experimental/keystone/pull/620))
28+
- Prepare slit out of the FernetTokenProvider ([#619](https://github.com/openstack-experimental/keystone/pull/619))
29+
- Move benchmark into the proper crate ([#614](https://github.com/openstack-experimental/keystone/pull/614))

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack-keystone-core"
33
description = "OpenStack Keystone service"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
rust-version.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)