We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df27c9f commit 1e89a6cCopy full SHA for 1e89a6c
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to nightshift are documented in this file.
4
5
+## [v0.3.3] - 2026-02-19
6
+
7
+### Features
8
+- **Branch selection support** — select which branch to run tasks against (#12, thanks @andrew-t-james-wc)
9
10
+### Fixes
11
+- **gofmt formatting** — fix gofmt formatting across multiple files (#17, thanks @cedricfarinazzo)
12
13
## [v0.3.2] - 2026-02-17
14
15
### Bug Fixes
cmd/nightshift/commands/root.go
@@ -9,7 +9,7 @@ import (
var (
// Version is set at build time
- Version = "0.3.2"
+ Version = "0.3.3"
)
var rootCmd = &cobra.Command{
0 commit comments