Skip to content

Commit e23e56e

Browse files
authored
Merge pull request #30 from OpenVoxProject/release-5.0.0.rc1
Release 5.0.0.rc1
2 parents 3f4863e + 71e2500 commit e23e56e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

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

5-
## [5.0.0.rc0](https://github.com/openvoxproject/openfact/tree/5.0.0.rc0) (2025-06-26)
5+
## [5.0.0.rc1](https://github.com/openvoxproject/openfact/tree/5.0.0.rc1) (2025-06-27)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.0.0.rc0...5.0.0.rc1)
8+
9+
**Fixed bugs:**
10+
11+
- CI: Fix Release workflow [\#29](https://github.com/OpenVoxProject/openfact/pull/29) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
## [5.0.0.rc0](https://github.com/openvoxproject/openfact/tree/5.0.0.rc0) (2025-06-27)
614

715
[Full Changelog](https://github.com/openvoxproject/openfact/compare/4.10.0...5.0.0.rc0)
816

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.0.0.rc0' unless defined?(VERSION)
4+
VERSION = '5.0.0.rc1' 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.0.0.rc0'
8+
spec.version = '5.0.0.rc1'
99
spec.authors = ['OpenVox Project']
1010
spec.email = ['[email protected]']
1111
spec.homepage = 'https://github.com/OpenVoxProject/openfact/'

0 commit comments

Comments
 (0)