Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml
secrets: inherit
permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

* [unreleased](unreleased.md)
* [2.1.0](changes_2.1.0.md)
* [2.0.0](changes_2.0.0.md)
* [1.1.1](changes_1.1.1.md)
* [1.1.0](changes_1.1.0.md)
Expand All @@ -22,6 +23,7 @@
hidden:
---
unreleased
changes_2.1.0
changes_2.0.0
changes_1.1.1
changes_1.1.0
Expand Down
8 changes: 8 additions & 0 deletions doc/changes/changes_2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 2.1.0 - 2025-06-27

This release updates the the minimum version allowed for requests & the Python API
generated from file `openapi.json` to meet current formatting standards.

## Security

* #105: Dependencies updated, especially requests (2.31.0 -> 2.32.4)
9 changes: 0 additions & 9 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Unreleased

This release updates the Python API generated from file `openapi.json` & the minimum
version allowed for requests.

Changes to `open-api.json` in detail:

## Refactorings

* #105: Updated open API client
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "exasol-saas-api"
version = "2.0.0"
version = "2.1.0"
description = "API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
authors = [
{name="Christoph Kuhnke", email="christoph.kuhnke@exasol.com"},
Expand Down
2 changes: 1 addition & 1 deletion version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.