Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions openstack_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.6](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.5...openstack_cli-v0.13.6) - 2026-03-03

### Added

- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
- Add dynamic completions in clap library ([#1626](https://github.com/gtema/openstack/pull/1626))
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))

### Other

- *(deps)* Bump rand from 0.9.2 to 0.10.0 ([#1644](https://github.com/gtema/openstack/pull/1644))
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))

## [0.13.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.4...openstack_cli-v0.13.5) - 2026-01-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.13.5"
version = "0.13.6"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
13 changes: 13 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.5...openstack_sdk-v0.22.6) - 2026-03-03

### Added

- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))

### Other

- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openstack_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_sdk"
description = "OpenStack SDK"
version = "0.22.5"
version = "0.22.6"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
6 changes: 6 additions & 0 deletions openstack_sdk_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk_core-v0.22.5...openstack_sdk_core-v0.22.6) - 2026-03-03

### Added

- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openstack_sdk_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_sdk_core"
description = "OpenStack SDK core"
version = "0.22.5"
version = "0.22.6"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
12 changes: 12 additions & 0 deletions openstack_tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.6](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.5...openstack_tui-v0.13.6) - 2026-03-03

### Added

- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))

### Other

- *(deps)* Bump strum from 0.27.2 to 0.28.0 ([#1652](https://github.com/gtema/openstack/pull/1652))
- Adapt to the newer release of typos ([#1639](https://github.com/gtema/openstack/pull/1639))

## [0.13.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.3...openstack_tui-v0.13.4) - 2026-01-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion openstack_tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_tui"
description = "OpenStack Terminal User interface"
version = "0.13.5"
version = "0.13.6"
keywords = ["tui", "openstack"]
categories = ["command-line-utilities"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
13 changes: 13 additions & 0 deletions openstack_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.6](https://github.com/gtema/openstack/compare/openstack_types-v0.22.5...openstack_types-v0.22.6) - 2026-03-03

### Added

- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))

### Other

- *(deps)* Bump uuid from 1.20.0 to 1.21.0 ([#1648](https://github.com/gtema/openstack/pull/1648))
- *(deps)* Bump uuid from 1.19.0 to 1.20.0 ([#1627](https://github.com/gtema/openstack/pull/1627))
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))

## [0.22.4](https://github.com/gtema/openstack/compare/openstack_types-v0.22.3...openstack_types-v0.22.4) - 2026-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion openstack_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_types"
description = "OpenStack API Types"
version = "0.22.5"
version = "0.22.6"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down