Skip to content

Commit 6e9d321

Browse files
authored
release: 0.3.3 (#1378)
1 parent 2a5e3ed commit 6e9d321

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [0.3.3] - 2025-11-11
9+
### Details
10+
#### Added
11+
- Add builtin containers in from_ibis by @mesejo in [#1369](https://github.com/xorq-labs/xorq/pull/1369)
12+
- Add hexdigest function by @mesejo in [#1374](https://github.com/xorq-labs/xorq/pull/1374)
13+
- Support version >= 1.4.1 by @mesejo in [#1377](https://github.com/xorq-labs/xorq/pull/1377)
14+
15+
#### Changed
16+
- Enable lock file maintenance in renovatebot by @mesejo in [#1370](https://github.com/xorq-labs/xorq/pull/1370)
17+
- Update pre-commit hook astral-sh/uv-pre-commit to v0.9.7 by @renovate[bot] in [#1367](https://github.com/xorq-labs/xorq/pull/1367)
18+
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.3 by @renovate[bot] in [#1366](https://github.com/xorq-labs/xorq/pull/1366)
19+
- Update postgres docker tag to v17.6 by @renovate[bot] in [#1365](https://github.com/xorq-labs/xorq/pull/1365)
20+
- Disable setup-python dependency updates by @mesejo in [#1371](https://github.com/xorq-labs/xorq/pull/1371)
21+
- Update dependency trino to v0.336.0 by @renovate[bot] in [#1364](https://github.com/xorq-labs/xorq/pull/1364)
22+
- Update dependencies pytest-codspeed, coverage, blackdoc by @renovate[bot] in [#1361](https://github.com/xorq-labs/xorq/pull/1361)
23+
- Update dependency ruff to v0.14.3 by @renovate[bot] in [#1363](https://github.com/xorq-labs/xorq/pull/1363)
24+
- Move expr_to_unbound by @mesejo in [#1357](https://github.com/xorq-labs/xorq/pull/1357)
25+
826
## [0.3.2] - 2025-11-03
927
### Details
1028
#### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ only-include = ["python"]
1010

1111
[project]
1212
name = "xorq"
13-
version = "0.3.2"
13+
version = "0.3.3"
1414
dependencies = [
1515
"dask==2025.1.0; python_version >= '3.10' and python_version < '4.0'",
1616
"attrs>=24.0.0,<26; python_version >= '3.10' and python_version < '4.0'",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)