diff --git a/CHANGELOG.md b/CHANGELOG.md index c95d55f..8938146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 ### Added diff --git a/go.mod b/go.mod index 6fe8c0a..431eb4c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.nochebuena.dev/go/launcher go 1.25 -require code.nochebuena.dev/go/logz v0.9.0 +require code.nochebuena.dev/go/logz v1.0.0 diff --git a/go.sum b/go.sum index ebe0c90..03ad6d9 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -code.nochebuena.dev/go/logz v0.9.0 h1:wfV7vtI4V/8ED7Hm31Fbql7Y5iOGrlHN4X8Z5ajTZZE= -code.nochebuena.dev/go/logz v0.9.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8= +code.nochebuena.dev/go/logz v1.0.0 h1:DpNvLuVFqyLSVKxaRa799sG8RpHnm1j6dhu4pKiFOvY= +code.nochebuena.dev/go/logz v1.0.0/go.mod h1:qODhSbKb+tWE7rdhHLcKweiP5CgwIaWoZxadCT3bQV8=