feat(launcher)!: promote to v1.0.0 — bump logz to v1.0.0

All v0.9.0 roadmap items validated in production (reverse-order shutdown, Shutdown
idempotency via sync.Once, OnStop behavior when OnStart was never reached). No
API changes. Bumps logz dependency from v0.9.0 to v1.0.0. API committed as stable.
This commit is contained in:
2026-05-11 19:04:20 -06:00
parent 647810e4f7
commit cc6edfe4c7
3 changed files with 16 additions and 3 deletions

View File

@@ -5,6 +5,19 @@ All notable changes to this module will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] — 2026-05-12
### Changed
- `logz` dependency bumped from v0.9.0 to v1.0.0.
### Unchanged
All existing API (`Component`, `Hook`, `Options`, `Launcher`, `New`) is
API-compatible with v0.9.0.
[1.0.0]: https://code.nochebuena.dev/go/launcher/releases/tag/v1.0.0
## [0.9.0] - 2026-03-18 ## [0.9.0] - 2026-03-18
### Added ### Added

2
go.mod
View File

@@ -2,4 +2,4 @@ module code.nochebuena.dev/go/launcher
go 1.25 go 1.25
require code.nochebuena.dev/go/logz v0.9.0 require code.nochebuena.dev/go/logz v1.0.0

4
go.sum
View File

@@ -1,2 +1,2 @@
code.nochebuena.dev/go/logz v0.9.0 h1:wfV7vtI4V/8ED7Hm31Fbql7Y5iOGrlHN4X8Z5ajTZZE= code.nochebuena.dev/go/logz v1.0.0 h1:DpNvLuVFqyLSVKxaRa799sG8RpHnm1j6dhu4pKiFOvY=
code.nochebuena.dev/go/logz v0.9.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8= code.nochebuena.dev/go/logz v1.0.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8=