1 Commits

Author SHA1 Message Date
release-bot 36022cd5f4 bump: version 0.1.0 → 0.2.0 2026-07-20 14:07:18 +00:00
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -15,3 +15,22 @@ AES-256-GCM-encrypted Intervals.icu API keys (Better Auth), streamable-HTTP tran
CORS, and the full activity / event / wellness / power-curve / gear / custom-item toolset.
[0.1.0]: https://git.farh.net/farhoodlabs/intervalsicu-mcp/releases/tag/v0.1.0
## v0.2.0 (2026-07-20)
### Feat
- **wellness**: add update_wellness write tool, computed Form (TSB), date-label fix
### Fix
- **wellness**: harden Form/TSB and date rendering from code review
- reset version to 0.1.0 baseline; let cz bump own versioning
## v0.1.0 (2026-07-20)
### Feat
- **db**: Alembic migration for users table (async env, DATABASE_URL)
- **multi-tenant**: resolve per-caller credentials in every tool
- **multi-tenant**: data layer, encryption, and per-request credential resolver
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "intervalsicu-mcp"
version = "0.1.0"
version = "0.2.0"
description = "A Model Context Protocol server for Intervals.icu (FastMCP, native OAuth)"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.12"