Skip to content

Commit

Permalink
Merge pull request #274 from bastelfreak/rel310
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
bastelfreak authored Aug 2, 2023
2 parents 34316ae + 770714a commit 0ec5ddd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

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

## [2.7.0](https://github.com/voxpupuli/modulesync/tree/2.7.0) (2023-06-16)
## [3.1.0](https://github.com/voxpupuli/modulesync/tree/3.1.0) (2023-08-02)

[Full Changelog](https://github.com/voxpupuli/modulesync/compare/2.6.0...2.7.0)
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.0.0...3.1.0)

Release 3.0.0 was broken. It was tagged as 3.0.0 but accidentally released as 2.7.0. The only breaking change was dropping support for EoL ruby versions.

**Merged pull requests:**

- rubocop: autofix [\#273](https://github.com/voxpupuli/modulesync/pull/273) ([bastelfreak](https://github.com/bastelfreak))
- Update octokit requirement from \>= 4, \< 7 to \>= 4, \< 8 [\#272](https://github.com/voxpupuli/modulesync/pull/272) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update voxpupuli-rubocop requirement from ~\> 1.3 to ~\> 2.0 [\#271](https://github.com/voxpupuli/modulesync/pull/271) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.0.0](https://github.com/voxpupuli/modulesync/tree/3.0.0) (2023-06-16)

[Full Changelog](https://github.com/voxpupuli/modulesync/compare/2.6.0...3.0.0)

**Breaking changes:**

Expand Down
2 changes: 1 addition & 1 deletion modulesync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'modulesync'
spec.version = '2.7.0'
spec.version = '3.1.0'
spec.authors = ['Vox Pupuli']
spec.email = ['[email protected]']
spec.summary = 'Puppet Module Synchronizer'
Expand Down

0 comments on commit 0ec5ddd

Please sign in to comment.