Skip to content

Commit 34687b4

Browse files
committed
Release v4.0.0
1 parent d444c57 commit 34687b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. 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).
44

5+
## [v4.0.0](https://github.com/treydock/puppet-module-golang/tree/v4.0.0) (2026-02-02)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-golang/compare/v3.0.1...v4.0.0)
8+
9+
### Changed
10+
11+
- Update default Go version to 1.25.6 [\#11](https://github.com/treydock/puppet-module-golang/pull/11) ([treydock](https://github.com/treydock))
12+
- Major updates - read description [\#10](https://github.com/treydock/puppet-module-golang/pull/10) ([treydock](https://github.com/treydock))
13+
514
## [v3.0.1](https://github.com/treydock/puppet-module-golang/tree/v3.0.1) (2024-07-23)
615

716
[Full Changelog](https://github.com/treydock/puppet-module-golang/compare/v3.0.0...v3.0.1)

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Data type: `String`
3939

4040
Version of Go to install
4141

42-
Default value: `'1.22.5'`
42+
Default value: `'1.25.6'`
4343

4444
##### <a name="-golang--os"></a>`os`
4545

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-golang",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"author": "treydock",
55
"summary": "golang Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)