Skip to content

Commit ea5cade

Browse files
authored
Merge pull request #302 from bastelfreak/rel340
Release 3.4.0
2 parents bec88ca + 4f7c3ea commit ea5cade

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

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+
## [3.4.0](https://github.com/voxpupuli/modulesync/tree/3.4.0) (2025-05-21)
6+
7+
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.3.0...3.4.0)
8+
9+
**Merged pull requests:**
10+
11+
- Disable coverage reports [\#300](https://github.com/voxpupuli/modulesync/pull/300) ([bastelfreak](https://github.com/bastelfreak))
12+
- voxpupuli-rubocop: Update 3.0.0-\>3.1.0 [\#299](https://github.com/voxpupuli/modulesync/pull/299) ([bastelfreak](https://github.com/bastelfreak))
13+
- voxpupuli-rubocop: Update 2.8.0-\>3.0.0 [\#297](https://github.com/voxpupuli/modulesync/pull/297) ([bastelfreak](https://github.com/bastelfreak))
14+
- Allow thor 1.3.2 and newer [\#293](https://github.com/voxpupuli/modulesync/pull/293) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
516
## [3.3.0](https://github.com/voxpupuli/modulesync/tree/3.3.0) (2025-02-26)
617

718
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.2.0...3.3.0)

modulesync.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 = 'modulesync'
8-
spec.version = '3.3.0'
8+
spec.version = '3.4.0'
99
spec.authors = ['Vox Pupuli']
1010
spec.email = ['voxpupuli@groups.io']
1111
spec.summary = 'Puppet Module Synchronizer'

0 commit comments

Comments
 (0)