Skip to content

Commit 2e06e87

Browse files
committed
chore(main): release bullion 0.8.0
1 parent af5b854 commit 2e06e87

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.3"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [0.8.0](https://github.com/jgnagy/bullion/compare/bullion-v0.7.3...bullion/v0.8.0) (2025-03-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** require ruby 3.3+
9+
10+
### Miscellaneous Chores
11+
12+
* **deps:** require ruby 3.3+ ([2cbbf69](https://github.com/jgnagy/bullion/commit/2cbbf69b0cdb024ea800d88cfc683437cdc9e5da))

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-
bullion (0.7.3)
4+
bullion (0.8.0)
55
benchmark (~> 0.4)
66
dry-configurable (~> 1.1)
77
httparty (~> 0.21)

lib/bullion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bullion
4-
VERSION = "0.7.3"
4+
VERSION = "0.8.0"
55
end

0 commit comments

Comments
 (0)