Skip to content

Commit 7baa68d

Browse files
authored
Prepare release 3.5.0 (#330)
1 parent 766790d commit 7baa68d

File tree

5 files changed

+37
-17
lines changed

5 files changed

+37
-17
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_3.5.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# 3.5.0 - 2025-12-09
2+
3+
This release has several dependency updates, especially integration-test-docker-environment was updated to version 5.0.0.
4+
Besides, there are some internal improvements.
5+
6+
## Security
7+
8+
- Updated lock file
9+
10+
## Refactorings
11+
12+
- #313: Updated GPU Test Query and updated Poetry dependencies and PTB GH action
13+
- #320: Updated poetry dependencies and Github workflows by PTB 1.12.0.
14+
- #328: Updated Github secrets for Docker credentials
15+
16+
## Dependencies
17+
18+
- #327: Updated ITDE to 5.0.0
19+
20+
## Dependency Updates
21+
22+
### `main`
23+
* Added dependency `click:8.2.1`
24+
* Updated dependency `exasol-bucketfs:2.0.0` to `2.1.0`
25+
* Updated dependency `exasol-integration-test-docker-environment:4.1.0` to `5.0.0`
26+
* Updated dependency `jsonschema:4.24.0` to `4.25.1`
27+
* Updated dependency `pydantic:2.11.7` to `2.12.5`
28+
29+
### `dev`
30+
* Updated dependency `aiohttp:3.12.13` to `3.13.2`
31+
* Updated dependency `exasol-toolbox:1.6.0` to `1.13.0`
32+
* Added dependency `pyexasol:1.3.0`

doc/changes/unreleased.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
11
# Unreleased
2-
3-
## Security
4-
5-
- Updated lock file
6-
7-
## Refactorings
8-
9-
- #313: Updated GPU Test Query and updated Poetry dependencies and PTB GH action
10-
- #320: Updated poetry dependencies and Github workflows by PTB 1.12.0.
11-
- #328: Updated Github secrets for Docker credentials
12-
13-
## Dependencies
14-
15-
- #327: Updated ITDE to 5.0.0

exasol/slc/version.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-script-languages-container-tool"
3-
version = "3.4.1"
3+
version = "3.5.0"
44
requires-python = ">=3.10,<3.14"
55
description = "Script Languages Container Tool"
66
keywords = ['exasol', 'udf', 'script-languages']

0 commit comments

Comments
 (0)