File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 5.1.0] ( https://github.com/openvoxproject/openfact/tree/5.1.0 ) (2025-07-10)
6+
7+ [ Full Changelog] ( https://github.com/openvoxproject/openfact/compare/5.0.0...5.1.0 )
8+
9+ ** Implemented enhancements:**
10+
11+ - Add Ruby 3.4 support [ \# 36] ( https://github.com/OpenVoxProject/openfact/pull/36 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
12+ - Add FreeBSD custom\_ facts directory [ \# 35] ( https://github.com/OpenVoxProject/openfact/pull/35 ) ([ smortex] ( https://github.com/smortex ) )
13+ - Allow latest version of thor [ \# 34] ( https://github.com/OpenVoxProject/openfact/pull/34 ) ([ smortex] ( https://github.com/smortex ) )
14+
15+ ** Merged pull requests:**
16+
17+ - pin rubocop to \< 1.79 [ \# 40] ( https://github.com/OpenVoxProject/openfact/pull/40 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
18+
19+ ## [ 5.0.0] ( https://github.com/openvoxproject/openfact/tree/5.0.0 ) (2025-06-27)
20+
21+ [ Full Changelog] ( https://github.com/openvoxproject/openfact/compare/5.0.0.rc1...5.0.0 )
22+
523## [ 5.0.0.rc1] ( https://github.com/openvoxproject/openfact/tree/5.0.0.rc1 ) (2025-06-27)
624
725[ Full Changelog] ( https://github.com/openvoxproject/openfact/compare/5.0.0.rc0...5.0.0.rc1 )
Original file line number Diff line number Diff line change 2323 config . project = 'openfact'
2424 config . exclude_labels = %w[ dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog ]
2525 config . future_release = Facter ::VERSION
26+ # we limit the changelog to all new openvox releases, to skip perforce onces
27+ # otherwise the changelog generate takes a lot amount of time
28+ config . since_tag = '4.10.0'
2629 end
2730rescue LoadError
2831 task :changelog do
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Facter
4- VERSION = '5.0 .0' unless defined? ( VERSION )
4+ VERSION = '5.1 .0' unless defined? ( VERSION )
55end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
66Gem ::Specification . new do |spec |
77 spec . name = 'openfact'
8- spec . version = '5.0 .0'
8+ spec . version = '5.1 .0'
99 spec . authors = [ 'OpenVox Project' ]
1010 spec . email = [ 'openvox@voxpupuli.org' ]
1111 spec . homepage = 'https://github.com/OpenVoxProject/openfact/'
You can’t perform that action at this time.
0 commit comments