Skip to content

Commit 02f7440

Browse files
authored
Merge pull request #86 from OpenVoxProject/release-5.5.0
Release 5.5.0
2 parents 3fcef67 + 8f75de3 commit 02f7440

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [5.5.0](https://github.com/openvoxproject/openfact/tree/5.5.0) (2026-02-20)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.4.0...5.5.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Add tsort dependency [\#85](https://github.com/OpenVoxProject/openfact/pull/85) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
**Fixed bugs:**
14+
15+
- Parse mount point options with spaces correctly on OpenBSD [\#84](https://github.com/OpenVoxProject/openfact/pull/84) ([klemensn](https://github.com/klemensn))
16+
517
## [5.4.0](https://github.com/openvoxproject/openfact/tree/5.4.0) (2026-02-15)
618

719
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.3.0...5.4.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.4.0' unless defined?(VERSION)
4+
VERSION = '5.5.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.4.0'
8+
spec.version = '5.5.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)