Skip to content

Commit

Permalink
Release v5.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tokengeek committed Jan 15, 2025
1 parent e8a0755 commit aca56a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Backwards incompatible changes:
* Update `Gemfile.lock` to use Bundler 2.4.22
* When ENV `HOME` is not set, the working directory is used for configs
rather than `/.brightbox` to fix issues with containers
* `show` commands require at least one argument to
prevent an issue where the wrong, summary API was
used resulting in missing data in tables

Enhancements:

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
brightbox-cli (5.0.0.rc1)
brightbox-cli (5.0.0.rc2)
fog-brightbox (>= 1.12.0)
fog-core (< 2.0)
gli (~> 2.21)
Expand Down
2 changes: 1 addition & 1 deletion lib/brightbox-cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brightbox
VERSION = "5.0.0.rc1".freeze unless defined?(Brightbox::VERSION)
VERSION = "5.0.0.rc2".freeze unless defined?(Brightbox::VERSION)
end

0 comments on commit aca56a1

Please sign in to comment.