Skip to content

Commit 4efc7cd

Browse files
chore: release v0.1.2
1 parent eb18651 commit 4efc7cd

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/openstack-experimental/keystone/compare/v0.1.1...v0.1.2) - 2025-12-09
11+
12+
### Added
13+
14+
- Include system assignments in the list ([#426](https://github.com/openstack-experimental/keystone/pull/426))
15+
- Add `enabled` to federation resources ([#423](https://github.com/openstack-experimental/keystone/pull/423))
16+
17+
### Fixed
18+
19+
- User expiring membership for federated users ([#425](https://github.com/openstack-experimental/keystone/pull/425))
20+
- Resolve system_assignment query issue ([#434](https://github.com/openstack-experimental/keystone/pull/434))
21+
22+
### Other
23+
24+
- *(deps)* bump uuid from 1.18.1 to 1.19.0 ([#429](https://github.com/openstack-experimental/keystone/pull/429))
25+
- Add federation functest with DexIDP ([#424](https://github.com/openstack-experimental/keystone/pull/424))
26+
- Expand code documentation ([#422](https://github.com/openstack-experimental/keystone/pull/422))
27+
- Remove unnecessary content from rust package ([#418](https://github.com/openstack-experimental/keystone/pull/418))
28+
1029
## [0.1.1](https://github.com/openstack-experimental/keystone/compare/v0.1.0...v0.1.1) - 2025-12-02
1130

1231
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"
33
description = "OpenStack Keystone service"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2024"
66
license = "Apache-2.0"
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)