Skip to content

Commit c6ac7e0

Browse files
committed
chore(uv): bump minor version
1 parent 5c9fc09 commit c6ac7e0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ 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.0] - 2025-05-21
12+
13+
### Added
14+
15+
- [#9: feat(client): add context manager API](https://github.com/mharrisb1/cube-http-client/issues/9)
16+
1117
## [0.4.2] - 2025-05-20
1218

1319
### Fixed
1420

15-
- Dict-style order entries for load request query
21+
- [#8: fix(types): allow dict-style order in query request](https://github.com/mharrisb1/cube-http-client/issues/8)

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.4.2"
7+
version = "0.5.0"
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)