Skip to content

Commit 58ad649

Browse files
authored
Merge pull request #117 from bastelfreak/rel8192
Release 8.19.2
2 parents c0253fc + 7e684ed commit 58ad649

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

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

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

5+
## [8.19.2](https://github.com/openvoxproject/puppet/tree/8.19.2) (2025-06-06)
6+
7+
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.19.1...8.19.2)
8+
9+
**Fixed bugs:**
10+
11+
- server\_facts: Switch implementation-\>serverimplementation [\#107](https://github.com/OpenVoxProject/puppet/pull/107) ([binford2k](https://github.com/binford2k))
12+
- Reflect Ruby 3.4 stack trace changes [\#100](https://github.com/OpenVoxProject/puppet/pull/100) ([ekohl](https://github.com/ekohl))
13+
- Add base64 as gem dependencies for Ruby 3.4 [\#98](https://github.com/OpenVoxProject/puppet/pull/98) ([ekohl](https://github.com/ekohl))
14+
- Add racc gem dependency [\#89](https://github.com/OpenVoxProject/puppet/pull/89) ([ekohl](https://github.com/ekohl))
15+
516
## [8.19.1](https://github.com/openvoxproject/puppet/tree/8.19.1) (2025-06-03)
617

718
[Full Changelog](https://github.com/openvoxproject/puppet/compare/8.19.0...8.19.1)

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ begin
162162
config.exclude_labels = %w[dependencies duplicate question invalid wontfix wont-fix modulesync skip-changelog]
163163
config.since_tag = "8.18.1"
164164
config.future_release = Puppet::PUPPETVERSION
165+
config.exclude_tags_regex = /\A7\./
165166
end
166167
rescue LoadError
167168
task :changelog do

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.19.1'
11+
PUPPETVERSION = '8.19.2'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openvox"
3-
spec.version = "8.19.1"
3+
spec.version = "8.19.2"
44
spec.licenses = ['Apache-2.0']
55

66
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")

0 commit comments

Comments
 (0)