bump: version 0.2.1 → 0.3.0
This commit is contained in:
@@ -16,6 +16,22 @@ CORS, and the full activity / event / wellness / power-curve / gear / custom-ite
|
|||||||
|
|
||||||
[0.1.0]: https://git.farh.net/farhoodlabs/intervalsicu-mcp/releases/tag/v0.1.0
|
[0.1.0]: https://git.farh.net/farhoodlabs/intervalsicu-mcp/releases/tag/v0.1.0
|
||||||
|
|
||||||
|
## v0.3.0 (2026-07-20)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **readiness**: add get_training_readiness synthesizer
|
||||||
|
- **writes**: add update_wellness_bulk and update_sport_settings
|
||||||
|
- **workouts**: add workout library read tools (get_workouts, get_workout)
|
||||||
|
- **activities**: add search + best-efforts + interval-stats tools
|
||||||
|
- **athlete**: add profile, sport-settings, and summary read tools
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **athlete**: drop athlete-tag filter, harden write guardrail, guard empty echo
|
||||||
|
- **wellness**: reject unrecognized bulk fields instead of silently dropping
|
||||||
|
- **readiness**: calendar-anchored windows, disjoint RHR baseline, SWC floor
|
||||||
|
|
||||||
## v0.2.1 (2026-07-20)
|
## v0.2.1 (2026-07-20)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "intervalsicu-mcp"
|
name = "intervalsicu-mcp"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
description = "A Model Context Protocol server for Intervals.icu (FastMCP, native OAuth)"
|
description = "A Model Context Protocol server for Intervals.icu (FastMCP, native OAuth)"
|
||||||
readme = { file = "README.md", content-type = "text/markdown" }
|
readme = { file = "README.md", content-type = "text/markdown" }
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
@@ -538,7 +538,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "intervalsicu-mcp"
|
name = "intervalsicu-mcp"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "alembic" },
|
{ name = "alembic" },
|
||||||
|
|||||||
Reference in New Issue
Block a user