Skip to content

Commit 1ba7791

Browse files
committed
chore(uv): bump patch version
1 parent 529ab96 commit 1ba7791

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
@@ -6,4 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
> [!NOTE]
9-
> This page is not available yet. Please refer to [releases](https://github.com/mharrisb1/cube-http-client/releases)
9+
> For missing releases or more detail on releases, please refer to [releases](https://github.com/mharrisb1/cube-http-client/releases)
10+
11+
## [0.4.2] - 2025-05-20
12+
13+
### Fixed
14+
15+
- Dict-style order entries for load request query

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