Skip to content

Commit ecef36d

Browse files
author
GitHub Actions
committed
Release prep v6.1.0
1 parent 8ea1a58 commit ecef36d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v6.1.0](https://github.com/puppetlabs/forge-ruby/tree/v6.1.0) - 2025-12-12
9+
10+
[Full Changelog](https://github.com/puppetlabs/forge-ruby/compare/v6.0.0...v6.1.0)
11+
12+
### Added
13+
14+
- Add base64 dependency [#129](https://github.com/puppetlabs/forge-ruby/pull/129) ([bastelfreak](https://github.com/bastelfreak))
15+
16+
### Fixed
17+
18+
- (BOLT-109) Fix Windows long path support by replacing Dir[] with Find.find [#134](https://github.com/puppetlabs/forge-ruby/pull/134) ([gavindidrichsen](https://github.com/gavindidrichsen))
19+
20+
### Other
21+
22+
- base64: Allow 0.3 [#135](https://github.com/puppetlabs/forge-ruby/pull/135) ([bastelfreak](https://github.com/bastelfreak))
23+
- faraday-follow_redirects: Allow 0.4 [#132](https://github.com/puppetlabs/forge-ruby/pull/132) ([bastelfreak](https://github.com/bastelfreak))
24+
825
## [v6.0.0](https://github.com/puppetlabs/forge-ruby/tree/v6.0.0) - 2024-09-20
926

1027
[Full Changelog](https://github.com/puppetlabs/forge-ruby/compare/v5.0.4...v6.0.0)

lib/puppet_forge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PuppetForge
2-
VERSION = '6.0.0' # Library version
2+
VERSION = '6.1.0' # Library version
33
end

0 commit comments

Comments
 (0)