Skip to content

Commit 4379d13

Browse files
authored
Merge pull request #69 from jgnagy/release-please--branches--main--components--bullion
2 parents 18f1412 + 3108002 commit 4379d13

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.10.3"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/jgnagy/bullion/compare/bullion/v0.10.3...bullion/v0.11.0) (2025-08-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **db:** switch to Trilogy, update db indexes
9+
10+
### Features
11+
12+
* **db:** switch to Trilogy, update db indexes ([42b90b5](https://github.com/jgnagy/bullion/commit/42b90b5977cd497b46654ecf17085715fa6db080))
13+
314
## [0.10.3](https://github.com/jgnagy/bullion/compare/bullion/v0.10.2...bullion/v0.10.3) (2025-08-23)
415

516

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.10.3)
4+
bullion (0.11.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.10.3"
4+
VERSION = "0.11.0"
55
end

0 commit comments

Comments
 (0)