Skip to content

Commit c5047f5

Browse files
committed
chore(uv): bump patch version
1 parent ea0bab2 commit c5047f5

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.2] - 2025-05-21
12+
13+
### Added
14+
15+
- [#11: Merge client options with provided client](https://github.com/mharrisb1/cube-http-client/issues/11)
16+
1117
## [0.5.1] - 2025-05-21
1218

1319
### Fixed

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.1"
7+
version = "0.5.2"
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)