File tree Expand file tree Collapse file tree 5 files changed +18
-11
lines changed Expand file tree Collapse file tree 5 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 11# 📝 Changes
22
33* [ unreleased] ( unreleased.md )
4+ * [ 0.11.0] ( changes_0.11.0.md )
45* [ 0.10.0] ( changes_0.10.0.md )
56* [ 0.9.0] ( changes_0.9.0.md )
67* [ 0.8.0] ( changes_0.8.0.md )
1819hidden:
1920---
2021unreleased
22+ changes_0.11.0
2123changes_0.10.0
2224changes_0.9.0
2325changes_0.8.0
Original file line number Diff line number Diff line change 1+ # 0.11.0 - 2025-07-22
2+
3+ This release allows to disable printing the alter session/system info when running the LanguageContainerDeployer.
4+ Also, it supports a flag which allows to select the compression strategy during the export of a Script-Languages-Container.
5+ Besides, the release updates the Python dependencies.
6+
7+ ## Refactorings
8+
9+ - #106 : Updated dependencies
10+
11+ ## Features
12+
13+ - #107 : Add parameter to disable printing the alter session/system info
14+ - #109 : Added flag which allows to select compression strategy of SLC during export
Original file line number Diff line number Diff line change 11# Unreleased
2-
3-
4- ## Refactorings
5-
6- - #106 : Updated dependencies
7-
8- ## Features
9-
10- - #109 : Added flag which allows to select compression strategy of SLC during export
Original file line number Diff line number Diff line change 11[project ]
22name = " exasol-python-extension-common"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44requires-python = " >=3.10,<4.0"
55description = " A collection of common utilities for Exasol extensions."
66authors = [
Original file line number Diff line number Diff line change 88"""
99
1010MAJOR = 0
11- MINOR = 10
11+ MINOR = 11
1212PATCH = 0
1313VERSION = f"{ MAJOR } .{ MINOR } .{ PATCH } "
1414__version__ = VERSION
You can’t perform that action at this time.
0 commit comments