Skip to content
Merged
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
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

## [Unreleased]

## [0.13.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1) - 2025-09-07

### Added

- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
- Enable command hints in the cli ([#1403](https://github.com/gtema/openstack/pull/1403))
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))
- Enable BS quota commands ([#1396](https://github.com/gtema/openstack/pull/1396))
- Capture request-id in the OpenStack API error ([#1391](https://github.com/gtema/openstack/pull/1391))

### Other

- Add command hints for the BS quota set commands ([#1399](https://github.com/gtema/openstack/pull/1399))
- Log update of comfy-table in the Cargo.toml ([#1392](https://github.com/gtema/openstack/pull/1392))
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
- Rename the v3federation to v4federation ([#1388](https://github.com/gtema/openstack/pull/1388))
- *(deps)* Bump hyper from 1.6.0 to 1.7.0 ([#1377](https://github.com/gtema/openstack/pull/1377))
- Address some 1.89 clippy warnings ([#1369](https://github.com/gtema/openstack/pull/1369))

## [0.13.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.12.4...openstack_cli-v0.13.0) - 2025-07-28

### Added
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.0"
version = "0.13.1"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
15 changes: 15 additions & 0 deletions openstack_sdk/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.22.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.0...openstack_sdk-v0.22.1) - 2025-09-07

### Added

- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))
- Capture request-id in the OpenStack API error ([#1391](https://github.com/gtema/openstack/pull/1391))

### Other

- Rename the v3federation to v4federation ([#1388](https://github.com/gtema/openstack/pull/1388))
- *(deps)* Bump hyper from 1.6.0 to 1.7.0 ([#1377](https://github.com/gtema/openstack/pull/1377))
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
- Address some 1.89 clippy warnings ([#1369](https://github.com/gtema/openstack/pull/1369))

## [0.22.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.4...openstack_sdk-v0.22.0) - 2025-07-28

### Added
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.0"
version = "0.22.1"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
7 changes: 7 additions & 0 deletions openstack_tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.1](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.0...openstack_tui-v0.13.1) - 2025-09-07

### Other

- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
- Address some 1.89 clippy warnings ([#1369](https://github.com/gtema/openstack/pull/1369))

## [0.13.0](https://github.com/gtema/openstack/compare/openstack_tui-v0.12.4...openstack_tui-v0.13.0) - 2025-07-28

### 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.0"
version = "0.13.1"
keywords = ["tui", "openstack"]
categories = ["command-line-utilities"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
12 changes: 12 additions & 0 deletions openstack_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.1](https://github.com/gtema/openstack/compare/openstack_types-v0.22.0...openstack_types-v0.22.1) - 2025-09-07

### Added

- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))

### Other

- *(deps)* Bump uuid from 1.17.0 to 1.18.0 ([#1372](https://github.com/gtema/openstack/pull/1372))
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))

## [0.22.0](https://github.com/gtema/openstack/compare/openstack_types-v0.21.4...openstack_types-v0.22.0) - 2025-07-28

### 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.0"
version = "0.22.1"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
Loading