File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed 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+ ## [ 8.19.1] ( https://github.com/openvoxproject/puppet/tree/8.19.1 ) (2025-06-03)
6+
7+ [ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/8.19.0...8.19.1 )
8+
9+ ** Fixed bugs:**
10+
11+ - Fix invalid gemspec in AIO package [ \# 91] ( https://github.com/OpenVoxProject/puppet/pull/91 ) ([ smortex] ( https://github.com/smortex ) )
12+
513## [ 8.19.0] ( https://github.com/openvoxproject/puppet/tree/8.19.0 ) (2025-05-30)
614
715[ Full Changelog] ( https://github.com/openvoxproject/puppet/compare/8.18.1...8.19.0 )
Original file line number Diff line number Diff line change 88# Raketasks and such to set the version based on the output of `git describe`
99
1010module Puppet
11- PUPPETVERSION = '8.19.0 '
11+ PUPPETVERSION = '8.19.1 '
1212 IMPLEMENTATION = 'openvox'
1313
1414 ##
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = "openvox"
3- spec . version = "8.18 .1"
3+ spec . version = "8.19 .1"
44 spec . licenses = [ 'Apache-2.0' ]
55
66 spec . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" )
You can’t perform that action at this time.
0 commit comments