Compare commits
1 Commits
v0.4.0
...
c92164eb37
| Author | SHA1 | Date | |
|---|---|---|---|
| c92164eb37 |
@@ -37,4 +37,4 @@ jobs:
|
||||
run: go test ./...
|
||||
|
||||
- name: build
|
||||
run: go build ./cmd/...
|
||||
run: go build -o /dev/null ./cmd/...
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
## [0.4.1] - 2026-07-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- **CI build step** — `go build ./cmd/...` failed with "output already exists and is a directory" because Go tried to write a binary named `cmd`, conflicting with the source directory; fixed by passing `-o /dev/null`
|
||||
|
||||
## [0.4.0] - 2026-07-07
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user