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 b0752c0 commit 89f8e41Copy full SHA for 89f8e41
RELEASE-NOTES.md
@@ -1,5 +1,11 @@
1
# go-module-template release notes
2
3
+## 2023-12-19 - v0.3.0
4
+
5
+### Added/Refactoring
6
7
+- Added CodeQL analysis
8
9
## 2023-12-08 - v0.2.0
10
11
### Added/Refactoring
module.go
@@ -3,7 +3,7 @@ package mymodule
const (
// Version holds the semantic version number of this module.
- Version = "0.2.0"
+ Version = "0.3.0"
)
// This file contains module's metadata only, which is package level documentation and module Version string.
0 commit comments