Compare commits
2
Commits
506ea08c6d
...
a845157c67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a845157c67 | ||
|
|
68f3a610bb |
@@ -68,6 +68,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Smoke test
|
||||
if: matrix.goos == 'linux' && matrix.goarch == 'amd64'
|
||||
run: |
|
||||
chmod +x bin/nuntius-${{ steps.build.outputs.version_no_v }}-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
./bin/nuntius-${{ steps.build.outputs.version_no_v }}-${{ matrix.goos }}-${{ matrix.goarch }} --version
|
||||
|
||||
+10
-1
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [development]
|
||||
|
||||
## [1.1.1] — 2026-07-26
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Smoke test restricted to native builds** — cross-compiled binaries
|
||||
(FreeBSD, ARM64, RISC-V, LoongArch) now skip the smoke test step since
|
||||
they cannot execute on the Linux amd64 CI runner.
|
||||
|
||||
## [1.1.0] — 2026-07-26
|
||||
|
||||
### Added
|
||||
@@ -46,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- **Missing `just fmt` recipe** — added `gofmt -w` target.
|
||||
- **Copyright headers** — added to all Go and Python source files.
|
||||
|
||||
[development]: https://sourcedock.dev/petrbalvin/nuntius/compare/v1.1.0...development
|
||||
[development]: https://sourcedock.dev/petrbalvin/nuntius/compare/v1.1.1...development
|
||||
[1.1.1]: https://sourcedock.dev/petrbalvin/nuntius/releases/tag/v1.1.1
|
||||
[1.1.0]: https://sourcedock.dev/petrbalvin/nuntius/releases/tag/v1.1.0
|
||||
|
||||
## [1.0.0] — 2026-06-20
|
||||
|
||||
@@ -10,4 +10,4 @@ package version
|
||||
const Name = "nuntius"
|
||||
|
||||
// Version is the nuntius release version. Follows SemVer.
|
||||
var Version = "1.1.0"
|
||||
var Version = "1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user