From 14c93b9d00adbdf95cdd7988060be04d4f1915cc Mon Sep 17 00:00:00 2001 From: "nodejsmith-release-please[bot]" <273458268+nodejsmith-release-please[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:06:28 +0000 Subject: [PATCH 1/2] chore(main): release 0.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807a..71e95baf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eca516a6..b97f0d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.20.0](https://github.com/NodeJSmith/otf-api/compare/v0.19.0...v0.20.0) (2026-08-07) + + +### Features + +* add workout trends API (gateway endpoints) ([#136](https://github.com/NodeJSmith/otf-api/issues/136)) ([a001cd6](https://github.com/NodeJSmith/otf-api/commit/a001cd6a6ab259ee828b4b2443cb1e72cefe55e0)) + + +### Bug Fixes + +* **ci:** resolve schema upload 404 on workflow_dispatch ([#134](https://github.com/NodeJSmith/otf-api/issues/134)) ([8d05954](https://github.com/NodeJSmith/otf-api/commit/8d059541a641246d569cff310e48390ffbb043f3)) +* remove component prefix from release-please tags and fix publish workflow ([#132](https://github.com/NodeJSmith/otf-api/issues/132)) ([56f7997](https://github.com/NodeJSmith/otf-api/commit/56f79978300cbdec4c595c41c97fd6a36ba955e8)) + ## [0.19.0](https://github.com/NodeJSmith/otf-api/compare/otf-api-v0.18.0...otf-api-v0.19.0) (2026-05-10) diff --git a/pyproject.toml b/pyproject.toml index 6680e4dc..a629fadf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "otf-api" -version = "0.19.0" +version = "0.20.0" description = "Python OrangeTheory Fitness API Client" authors = [{ name = "Jessica Smith", email = "j.smith.git1@gmail.com" }] requires-python = ">=3.11" From 562fdcd3a9b67fbfe4ef27ca8f6cba14a2658925 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:06:42 +0000 Subject: [PATCH 2/2] chore: sync uv.lock with version bump --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 487821cb..c9c93dc3 100644 --- a/uv.lock +++ b/uv.lock @@ -994,7 +994,7 @@ wheels = [ [[package]] name = "otf-api" -version = "0.19.0" +version = "0.20.0" source = { editable = "." } dependencies = [ { name = "attrs" },