From 19e4e219f256aa6a8cb60b1486718785efe40e0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:45:27 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- src/hevy_cli/__init__.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 933b957..3c389c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-1.0 releases may include breaking changes in minor versions. +## [0.4.0](https://github.com/marinsalinas/hevy-cli/compare/v0.3.0...v0.4.0) (2026-05-08) + + +### Added + +* add --since/--until date filters to workouts list ([#18](https://github.com/marinsalinas/hevy-cli/issues/18)) ([c25254f](https://github.com/marinsalinas/hevy-cli/commit/c25254f20044926c4cd5768d6441e038b326bd0b)) + + +### Fixed + +* **tests:** isolate XDG config so tests do not leak local config ([#20](https://github.com/marinsalinas/hevy-cli/issues/20)) ([96e9295](https://github.com/marinsalinas/hevy-cli/commit/96e929560f72ee163ea899d5c20f486187c1a74c)) + ## [0.3.0](https://github.com/marinsalinas/hevy-cli/compare/v0.2.2...v0.3.0) (2026-04-26) diff --git a/pyproject.toml b/pyproject.toml index 396e5b3..3f7cf46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hevy-cli" -version = "0.3.0" +version = "0.4.0" description = "CLI for the Hevy workout tracking API" readme = "README.md" license = "MIT" diff --git a/src/hevy_cli/__init__.py b/src/hevy_cli/__init__.py index 99a1567..f798125 100644 --- a/src/hevy_cli/__init__.py +++ b/src/hevy_cli/__init__.py @@ -1,3 +1,3 @@ """hevy-cli — CLI for the Hevy workout tracking API.""" -__version__ = "0.3.0" # x-release-please-version +__version__ = "0.4.0" # x-release-please-version