Skip to content

Commit 4a2d193

Browse files
author
CI Build
committed
Update RELEASE-NOTES.md, module.go and *.go files for new version 0.2.0
1 parent 5ff0ec0 commit 4a2d193

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# go-module-template release notes
22

3+
## 2023-12-08 - v0.2.0
4+
5+
### Added/Refactoring
6+
7+
- Add feature: golangci-lint
8+
- Add format check to CI pipeline
9+
- Add feature: tests in a seperate package
10+
311
## 2023-11-26 - v0.1.1
412

513
### Fixed/Improvement

module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package mymodule
33

44
const (
55
// Version holds the semantic version number of this module.
6-
Version = "0.1.1"
6+
Version = "0.2.0"
77
)
88

99
// This file contains module's metadata only, which is package level documentation and module Version string.

0 commit comments

Comments
 (0)