docs(core): fix logz.Options -> logz.Config; bump to v1.1.0 #1

Merged
Rene Nochebuena merged 1 commits from release/v1.1.0 into main 2026-08-07 18:47:18 -06:00
Owner

docs(core): fix logz.Options -> logz.Config; bump to v1.1.0

Summary

  • launcher/logz package docs: logz.Options -> logz.Config (didn't compile).
  • go.mod: contracts -> v1.1.0.

Notes

Doc example patterns compiled against the real API. No API changes.

docs(core): fix logz.Options -> logz.Config; bump to v1.1.0 ## Summary - `launcher`/`logz` package docs: `logz.Options` -> `logz.Config` (didn't compile). - go.mod: `contracts` -> v1.1.0. ## Notes Doc example patterns compiled against the real API. No API changes.
Rene Nochebuena added 1 commit 2026-08-07 18:46:25 -06:00
Coordinated framework release. Documentation-only code change plus the shared
version bump.

- core/launcher/doc.go, core/logz/doc.go: logz.New(logz.Options{...}) ->
  logz.Config (Options was retired per ADR-003; the constructor takes Config).
- go.mod: contracts -> v1.1.0 (via go get + go mod tidy).

Verified by compiling the example patterns against the real API. Badge -> v1.1.0.
Rene Nochebuena requested review from CoreDevelopers 2026-08-07 18:46:25 -06:00
Rene Nochebuena requested review from Agents 2026-08-07 18:46:25 -06:00
Rene Nochebuena merged commit b01cbd3be6 into main 2026-08-07 18:47:18 -06:00
Rene Nochebuena deleted branch release/v1.1.0 2026-08-07 18:47:18 -06:00
Sign in to join this conversation.
No Reviewers
einherjar/CoreDevelopers
einherjar/Agents
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: einherjar/core#1