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
1 Commits
Author SHA1 Message Date
Rene Nochebuena a7fa7fc51a docs(core): fix logz.Options -> logz.Config in doc examples; bump to v1.1.0
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.
2026-08-07 18:41:49 -06:00