File tree Expand file tree Collapse file tree 8 files changed +34
-8
lines changed
Expand file tree Collapse file tree 8 files changed +34
-8
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ with a dedicated installer in every release and can be retrieved with the
8585following command:
8686
8787``` console
88- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_cli-v0.8.1 /openstack_cli-installer.sh | sh
88+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_cli-v0.8.2 /openstack_cli-installer.sh | sh
8989```
9090
9191TUI can be installed similarly:
9292
9393``` console
94- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_tui-v0.1.5 /openstack_tui-installer.sh | sh
94+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_tui-v0.1.6 /openstack_tui-installer.sh | sh
9595```
9696
9797
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.8.2] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.8.1...openstack_cli-v0.8.2 ) - 2024-10-29
10+
11+ ### Fixed
12+
13+ - Exclude some errors from 'report issue' ([ #689 ] ( https://github.com/gtema/openstack/pull/689 ) )
14+
15+ ### Other
16+
17+ - Update dependencies ([ #691 ] ( https://github.com/gtema/openstack/pull/691 ) )
18+
919## [ 0.8.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.8.0...openstack_cli-v0.8.1 ) - 2024-10-11
1020
1121### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.8.1 "
3+ version = " 0.8.2 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.13.1] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.13.0...openstack_sdk-v0.13.1 ) - 2024-10-29
10+
11+ ### Other
12+
13+ - Update dependencies ([ #691 ] ( https://github.com/gtema/openstack/pull/691 ) )
14+
915## [ 0.13.0] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.12.0...openstack_sdk-v0.13.0 ) - 2024-10-11
1016
1117### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.13.0 "
4+ version = " 0.13.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.6] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.1.5...openstack_tui-v0.1.6 ) - 2024-10-29
10+
11+ ### Fixed
12+
13+ - Fix "down" button on last entry ([ #671 ] ( https://github.com/gtema/openstack/pull/671 ) )
14+
15+ ### Other
16+
17+ - Update ratatui version ([ #670 ] ( https://github.com/gtema/openstack/pull/670 ) )
18+
919## [ 0.1.5] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.1.4...openstack_tui-v0.1.5 ) - 2024-10-11
1020
1121### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_tui"
33description = " OpenStack Terminal User interface"
4- version = " 0.1.5 "
4+ version = " 0.1.6 "
55keywords = [" tui" , " openstack" ]
66categories = [" command-line-utilities" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments