Skip to content

Commit cfe2b53

Browse files
Release 5.4.0
1 parent 2d51f29 commit cfe2b53

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.4.0](https://github.com/openvoxproject/openfact/tree/5.4.0) (2026-02-15)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.3.0...5.4.0)
8+
9+
**Implemented enhancements:**
10+
11+
- ffi: Allow 1.17.x [\#81](https://github.com/OpenVoxProject/openfact/pull/81) ([bastelfreak](https://github.com/bastelfreak))
12+
- Add JRuby-10 support [\#73](https://github.com/OpenVoxProject/openfact/pull/73) ([bastelfreak](https://github.com/bastelfreak))
13+
14+
**Fixed bugs:**
15+
16+
- Report SMT aware processors count on OpenBSD [\#77](https://github.com/OpenVoxProject/openfact/pull/77) ([klemensn](https://github.com/klemensn))
17+
- Don't run dhcpcd command when it isn't running [\#74](https://github.com/OpenVoxProject/openfact/pull/74) ([nmburgan](https://github.com/nmburgan))
18+
19+
**Merged pull requests:**
20+
21+
- Update rubocop to latest version [\#83](https://github.com/OpenVoxProject/openfact/pull/83) ([bastelfreak](https://github.com/bastelfreak))
22+
- CI: Remove jruby 9.4.8 testing [\#82](https://github.com/OpenVoxProject/openfact/pull/82) ([bastelfreak](https://github.com/bastelfreak))
23+
524
## [5.3.0](https://github.com/openvoxproject/openfact/tree/5.3.0) (2026-01-06)
625

726
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.2.1...5.3.0)

lib/facter/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 Facter
4-
VERSION = '5.3.0' unless defined?(VERSION)
4+
VERSION = '5.4.0' unless defined?(VERSION)
55
end

openfact.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |spec|
77
spec.name = 'openfact'
8-
spec.version = '5.3.0'
8+
spec.version = '5.4.0'
99
spec.authors = ['OpenVox Project']
1010
spec.email = ['openvox@voxpupuli.org']
1111
spec.homepage = 'https://github.com/OpenVoxProject/openfact/'

0 commit comments

Comments
 (0)