Skip to content

Commit 41b4b45

Browse files
committed
Prepare release 1.8.0
1 parent 4417666 commit 41b4b45

File tree

6 files changed

+721
-655
lines changed

6 files changed

+721
-655
lines changed

doc/changes/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [1.8.0](changes_1.8.0.md)
45
* [1.7.0](changes_1.7.0.md)
56
* [1.6.0](changes_1.6.0.md)
67
* [1.5.0](changes_1.5.0.md)

doc/changes/changes_1.8.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 1.8.0 - 2025-03-13
2+
3+
## Refactoring
4+
5+
- #85: Use new API for Error-Reporting-Python
6+
- Updated dependencies
7+
8+
## Internals
9+
10+
- Added security.md

doc/changes/unreleased.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
2-
3-
## Refactoring
4-
5-
- #85: Use new API for Error-Reporting-Python
6-
1+
# Unreleased

exasol_script_languages_container_ci_setup/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Do not edit this file manually!
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 1
8-
MINOR = 7
8+
MINOR = 8
99
PATCH = 0
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
1111
__version__ = VERSION

0 commit comments

Comments
 (0)