Skip to content

Commit 5d3cdc5

Browse files
authored
Prepare release 2.1.0 (#107)
* Re-add missed inheritance secret * Prepare release 2.1.0 * Update changelog to reflect findings
1 parent 9438c20 commit 5d3cdc5

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

.github/workflows/pr-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
ci-job:
1515
name: Checks
1616
uses: ./.github/workflows/checks.yml
17+
secrets: inherit
1718
permissions:
1819
contents: read
1920

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [2.1.0](changes_2.1.0.md)
45
* [2.0.0](changes_2.0.0.md)
56
* [1.1.1](changes_1.1.1.md)
67
* [1.1.0](changes_1.1.0.md)
@@ -22,6 +23,7 @@
2223
hidden:
2324
---
2425
unreleased
26+
changes_2.1.0
2527
changes_2.0.0
2628
changes_1.1.1
2729
changes_1.1.0

doc/changes/changes_2.1.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 2.1.0 - 2025-06-27
2+
3+
This release updates the the minimum version allowed for requests & the Python API
4+
generated from file `openapi.json` to meet current formatting standards.
5+
6+
## Security
7+
8+
* #105: Dependencies updated, especially requests (2.31.0 -> 2.32.4)

doc/changes/unreleased.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
# Unreleased
2-
3-
This release updates the Python API generated from file `openapi.json` & the minimum
4-
version allowed for requests.
5-
6-
Changes to `open-api.json` in detail:
7-
8-
## Refactorings
9-
10-
* #105: Updated open API client

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-saas-api"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
55
authors = [
66
{name="Christoph Kuhnke", email="[email protected]"},

version.py

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)