Skip to content

Commit 171104e

Browse files
committed
chore(uv): bump patch version
1 parent 4e13ada commit 171104e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
> [!NOTE]
99
> For missing releases or more detail on releases, please refer to [releases](https://github.com/mharrisb1/cube-http-client/releases)
1010
11+
## [0.5.1] - 2025-05-21
12+
13+
### Fixed
14+
15+
- [#10: fix(models): add missing member names field](https://github.com/mharrisb1/cube-http-client/issues/10)
16+
1117
## [0.5.0] - 2025-05-21
1218

1319
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = { text = "MIT" }
44
requires-python = "<4.0,>=3.10"
55
dependencies = ["httpx>=0.27", "pydantic<3,>=2"]
66
name = "cube-http-client"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Pythonic HTTP client for Cube.js REST API (sync + async)"
99
readme = "README.md"
1010
keywords = ["cube.js", "cube js", "cube.dev", "cube"]

0 commit comments

Comments
 (0)