Skip to content

Commit d08c908

Browse files
committed
release: v5.1.1
1 parent 6342a56 commit d08c908

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### v5.1.1 / 2026-05-12
2+
3+
[Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v5.1.0...v5.1.1)
4+
5+
Changes:
6+
7+
* Bump `addressable` from 2.8.0 to 2.9.0
8+
* Remove `BUNDLED_WITH` from `Gemfile.lock` to avoid Bundler conflict
9+
where Ruby 4 failed with v2.4.22 but without specifying everything can
10+
install without a hard bundling error
11+
12+
Testing:
13+
14+
* CI now uses `bundler-cache` via `ruby/setup-ruby` instead of a manual
15+
Bundler install step, improving reliability across Ruby versions
16+
* Update devcontainer image to Ruby 2.7
17+
* Switch `jj` devcontainer feature to `devcontainer-community` source
18+
119
### v5.1.0 / 2025-12-18
220

321
[Full Changelog](https://github.com/brightbox/brightbox-cli/compare/v5.0.0...v5.1.0)
@@ -22,7 +40,7 @@ Testing:
2240
Backwards incompatible changes:
2341

2442
* Drop support for Ruby versions older than 2.7
25-
* Update `Gemfile.lock` to use Bundler 2.4.22
43+
2644
* When ENV `HOME` is not set, the working directory is used for configs
2745
rather than `/.brightbox` to fix issues with containers
2846
* `show` commands require at least one argument to

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.1.0)
4+
brightbox-cli (5.1.1)
55
abbrev
66
base64
77
bigdecimal

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.1.0".freeze unless defined?(Brightbox::VERSION)
2+
VERSION = "5.1.1".freeze unless defined?(Brightbox::VERSION)
33
end

0 commit comments

Comments
 (0)