We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff0ec0 commit 4a2d193Copy full SHA for 4a2d193
RELEASE-NOTES.md
@@ -1,5 +1,13 @@
1
# go-module-template release notes
2
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
11
## 2023-11-26 - v0.1.1
12
13
### Fixed/Improvement
module.go
@@ -3,7 +3,7 @@ package mymodule
const (
// Version holds the semantic version number of this module.
- Version = "0.1.1"
+ Version = "0.2.0"
)
// This file contains module's metadata only, which is package level documentation and module Version string.
0 commit comments