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
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

## [Unreleased]

## [0.7.3](https://github.com/gtema/openstack/compare/openstack_cli-v0.7.2...openstack_cli-v0.7.3) - 2024-09-28

### Added

- Enable multiple network resources ([#593](https://github.com/gtema/openstack/pull/593))
- Add network.flavor commands ([#585](https://github.com/gtema/openstack/pull/585))
- Enable network.default-security-group-rule commands ([#582](https://github.com/gtema/openstack/pull/582))
- Enable network.auto_allocated_topology command ([#580](https://github.com/gtema/openstack/pull/580))
- Enable network.agent commands ([#579](https://github.com/gtema/openstack/pull/579))
- Rework doc building ([#568](https://github.com/gtema/openstack/pull/568))
- Improve crate (interface) documentation ([#583](https://github.com/gtema/openstack/pull/583))

### Fixed

- Fix network.agent property types ([#586](https://github.com/gtema/openstack/pull/586))

### Other

- Further doc clarifications ([#584](https://github.com/gtema/openstack/pull/584))

## [0.7.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.7.1...openstack_cli-v0.7.2) - 2024-09-20

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

## [Unreleased]

## [0.11.2](https://github.com/gtema/openstack/compare/openstack_sdk-v0.11.1...openstack_sdk-v0.11.2) - 2024-09-28

### Added

- Improve crate (interface) documentation ([#583](https://github.com/gtema/openstack/pull/583))
- Rework doc building ([#568](https://github.com/gtema/openstack/pull/568))

### Other

- Further doc clarifications ([#584](https://github.com/gtema/openstack/pull/584))

## [0.11.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.11.0...openstack_sdk-v0.11.1) - 2024-09-20

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

## [Unreleased]

## [0.1.3](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.2...openstack_tui-v0.1.3) - 2024-09-28

### Added

- Enable new fuzzy_select component ([#578](https://github.com/gtema/openstack/pull/578))
- Reorganize cloud_worker better ([#577](https://github.com/gtema/openstack/pull/577))
- Add identity.projects view ([#576](https://github.com/gtema/openstack/pull/576))
- Rework doc building ([#568](https://github.com/gtema/openstack/pull/568))

### Fixed

- Repair go back from console output ([#589](https://github.com/gtema/openstack/pull/589))
- Disable pagination limits ([#587](https://github.com/gtema/openstack/pull/587))

## [0.1.2](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.1...openstack_tui-v0.1.2) - 2024-09-20

### Added
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.1.2"
version = "0.1.3"
keywords = ["tui", "openstack"]
categories = ["command-line-utilities"]
authors = ["Artem Goncharov (gtema)"]
Expand Down