Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/hevy_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -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