Skip to content

Commit fd02700

Browse files
committed
chore(main): release bullion 0.10.3
1 parent 2c2ab12 commit fd02700

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.2"
2+
".": "0.10.3"
33
}

CHANGELOG.md

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

3+
## [0.10.3](https://github.com/jgnagy/bullion/compare/bullion/v0.10.2...bullion/v0.10.3) (2025-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* making nonroot user numeric ([b286249](https://github.com/jgnagy/bullion/commit/b28624969b440d0d7fbc87ebef87a00862295183))
9+
310
## [0.10.2](https://github.com/jgnagy/bullion/compare/bullion/v0.10.1...bullion/v0.10.2) (2025-08-20)
411

512

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.2)
4+
bullion (0.10.3)
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.2"
4+
VERSION = "0.10.3"
55
end

0 commit comments

Comments
 (0)