Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit ec3559e

Browse files
chore: bump version to 2026.2.6 and update changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8d915b5 commit ec3559e

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to Waypoint will be documented in this file.
44

5+
## [2026.2.6] - 2026-02-22
6+
7+
### Refactor
8+
9+
- Extract transport-agnostic `WaypointQuery` layer from MCP handlers (#94)
10+
- Centralize Farcaster epoch constants, relocate stream key and NullDb helpers (#93)
11+
- Simplify query layer: extract helpers, eliminate duplication, reduce arg counts
12+
- Remove stale re-exports and use consistent import paths
13+
14+
### Tests
15+
16+
- Add fixture-based MCP contract compatibility tests
17+
18+
### Documentation
19+
20+
- Update architecture and MCP docs to reflect layered query design
21+
522
## [2026.2.5] - 2026-02-11
623

724
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "waypoint"
3-
version = "2026.2.5"
3+
version = "2026.2.6"
44
edition = "2024"
55
default-run = "waypoint"
66
rust-version = "1.92.0"

0 commit comments

Comments
 (0)