Skip to content

Commit 1e89a6c

Browse files
committed
Release v0.3.3: branch selection, gofmt fixes
1 parent df27c9f commit 1e89a6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
All notable changes to nightshift are documented in this file.
44

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+
513
## [v0.3.2] - 2026-02-17
614

715
### Bug Fixes

cmd/nightshift/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
var (
1111
// Version is set at build time
12-
Version = "0.3.2"
12+
Version = "0.3.3"
1313
)
1414

1515
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)