Skip to content

Commit

Permalink
Merge pull request #130 from bastelfreak/rel800
Browse files Browse the repository at this point in the history
Release 8.0.0
  • Loading branch information
bastelfreak authored Oct 21, 2024
2 parents 3415937 + e625e7e commit 760c035
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## [7.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/7.1.0) (2024-10-21)
## [8.0.0](https://github.com/voxpupuli/puppet-blacksmith/tree/8.0.0) (2024-10-21)

[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.0.0...7.1.0)
[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.1.0...8.0.0)

**Breaking changes:**

- puppet-modulebuilder: Switch to 2.x; use file allowlist when building modules [\#125](https://github.com/voxpupuli/puppet-blacksmith/pull/125) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add Ruby 3.3 to CI [\#129](https://github.com/voxpupuli/puppet-blacksmith/pull/129) ([bastelfreak](https://github.com/bastelfreak))

## [v7.1.0](https://github.com/voxpupuli/puppet-blacksmith/tree/v7.1.0) (2024-10-21)

[Full Changelog](https://github.com/voxpupuli/puppet-blacksmith/compare/v7.0.0...v7.1.0)

**Implemented enhancements:**

Expand Down Expand Up @@ -39,7 +51,6 @@
- add dummy CI job we can depend on [\#116](https://github.com/voxpupuli/puppet-blacksmith/pull/116) ([bastelfreak](https://github.com/bastelfreak))
- CI: Build gems with strictness and verbosity & gemspec: Add dependency version constraints [\#115](https://github.com/voxpupuli/puppet-blacksmith/pull/115) ([bastelfreak](https://github.com/bastelfreak))
- puppet-modulebuilder: Switch to 1.x [\#114](https://github.com/voxpupuli/puppet-blacksmith/pull/114) ([bastelfreak](https://github.com/bastelfreak))
- Bump actions/checkout from 2 to 3 [\#112](https://github.com/voxpupuli/puppet-blacksmith/pull/112) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v6.1.1](https://github.com/voxpupuli/puppet-blacksmith/tree/v6.1.1) (2021-08-05)

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_blacksmith/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Blacksmith
VERSION = '7.1.0'
VERSION = '8.0.0'
end

0 comments on commit 760c035

Please sign in to comment.