docs(cache-valkey): fix wiring doc examples; align to v1.1.1

This commit is contained in:
2026-08-07 23:32:17 -06:00
parent 8907fed474
commit 60226ecc01
4 changed files with 20 additions and 7 deletions
+13
View File
@@ -4,6 +4,19 @@ All notable changes to this module are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.1] — 2026-08-07
Patch — corrected doc examples plus framework version alignment.
### Fixed
- Package doc examples used a fictional `launcher.Register` / `health.Register` API; corrected to
`lc.Append` + `web/health.NewHandler(...).ServeHTTP`. Verified by compiling against the real API.
### Changed
- Bumped `contracts` and `core` to v1.1.1.
## [1.1.0] — 2026-08-07
Coordinated framework version alignment — released in lockstep at v1.1.0.