Skip to content

Commit aca56a1

Browse files
committed
Release v5.0.0.rc2
1 parent e8a0755 commit aca56a1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Backwards incompatible changes:
88
* Update `Gemfile.lock` to use Bundler 2.4.22
99
* When ENV `HOME` is not set, the working directory is used for configs
1010
rather than `/.brightbox` to fix issues with containers
11+
* `show` commands require at least one argument to
12+
prevent an issue where the wrong, summary API was
13+
used resulting in missing data in tables
1114

1215
Enhancements:
1316

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
brightbox-cli (5.0.0.rc1)
4+
brightbox-cli (5.0.0.rc2)
55
fog-brightbox (>= 1.12.0)
66
fog-core (< 2.0)
77
gli (~> 2.21)

lib/brightbox-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Brightbox
2-
VERSION = "5.0.0.rc1".freeze unless defined?(Brightbox::VERSION)
2+
VERSION = "5.0.0.rc2".freeze unless defined?(Brightbox::VERSION)
33
end

0 commit comments

Comments
 (0)