Skip to content

Commit 02948e2

Browse files
authored
Merge pull request #326 from bastelfreak/rel420
Release 4.2.0
2 parents 7e83ffc + 5868c54 commit 02948e2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## [4.2.0](https://github.com/voxpupuli/modulesync/tree/4.2.0) (2025-10-16)
6+
7+
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.1.0...4.2.0)
8+
9+
**Implemented enhancements:**
10+
11+
- git: Allow 4.x [\#327](https://github.com/voxpupuli/modulesync/pull/327) ([bastelfreak](https://github.com/bastelfreak))
12+
- puppet-blacksmith: Allow 9.x [\#325](https://github.com/voxpupuli/modulesync/pull/325) ([bastelfreak](https://github.com/bastelfreak))
13+
14+
**Merged pull requests:**
15+
16+
- Update gitlab requirement from \>= 4, \< 6 to \>= 4, \< 7 [\#330](https://github.com/voxpupuli/modulesync/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Update octokit requirement from \>= 4, \< 10 to \>= 4, \< 11 [\#329](https://github.com/voxpupuli/modulesync/pull/329) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Update cucumber requirement from ~\> 9.2 to ~\> 10.1 [\#328](https://github.com/voxpupuli/modulesync/pull/328) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- voxpupuli-rubocop: Update 4.2.0-\>5.0.0 [\#324](https://github.com/voxpupuli/modulesync/pull/324) ([bastelfreak](https://github.com/bastelfreak))
20+
521
## [4.1.0](https://github.com/voxpupuli/modulesync/tree/4.1.0) (2025-10-16)
622

723
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.0.1...4.1.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 = '4.1.0'
8+
spec.version = '4.2.0'
99
spec.authors = ['Vox Pupuli']
1010
spec.email = ['voxpupuli@groups.io']
1111
spec.summary = 'Puppet Module Synchronizer'

0 commit comments

Comments
 (0)