Skip to content

Commit 100de82

Browse files
author
semantic-release
committed
1.1.1
Automatically generated by python-semantic-release
1 parent f13ae97 commit 100de82

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# CHANGELOG
2+
3+
<!-- version list -->
4+
5+
## v1.1.1 (2025-09-01)
6+
7+
### Bug Fixes
8+
9+
- Aktualisiere CHANGELOG für Version 1.1.0 und entferne veraltete Einträge
10+
([`3109991`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/3109991485cccfee67ca46d087c97d263364a46f))
11+
12+
- Entferne veraltete Versionseinträge aus dem CHANGELOG
13+
([`36bb0c0`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/36bb0c09e9445fc8d920851e7aa2e32087c65a02))
14+
15+
- Korrigiere Dateinamen für CHANGELOG und README auf Großbuchstaben
16+
([`f13ae97`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/f13ae974a0108e1fc68a5a471d35fe017571e066))
17+
18+
### Documentation
19+
20+
- Update README.MD [automated]
21+
([`09d2565`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/09d256554d8fd8bf8b75087cf77f84cf654a0556))
22+
23+
- Update SECURITY.MD [automated]
24+
([`10bfb1b`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/10bfb1ba2c4d2f961fbeae267e8e27da61f4ad91))
25+
26+
27+
## v1.1.0 (2025-09-01)
28+
29+
### Bug Fixes
30+
31+
- Aktualisiere Versionsnummer im CHANGELOG auf v0.4.0
32+
([`c5b164a`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/c5b164a7eba67d2238a72bde425ecc320bbedf6c))
33+
34+
- Füge fehlende Leerzeilen zwischen den Abschnitten im pyproject.toml hinzu
35+
([`7394b31`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/7394b3132e3eeb72857e540afe6149d592b61b1a))
36+
37+
### Documentation
38+
39+
- Update README.MD [automated]
40+
([`044c004`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/044c004249611cf623d8688c4662e33bafcde3e1))
41+
42+
- Update SECURITY.MD [automated]
43+
([`fc8693d`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/fc8693d47fa824ba31467a19c373557a908eb01e))
44+
45+
### Features
46+
47+
- Füge CHANGELOG für Version 1.0.0 hinzu und strukturiere die Einträge
48+
([`7163c07`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/7163c071f6c545b82ba47ec3ecaeae071f78f36f))
49+
50+
51+
## v1.0.0 (2025-09-01)
52+
53+
- Initial Release

src/nocodb_simple_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
)
4141
from .table import NocoDBTable
4242

43-
__version__ = "1.1.0"
43+
__version__ = "1.1.1"
4444
__author__ = "BAUER GROUP (Karl Bauer)"
4545
__email__ = "karl.bauer@bauer-group.com"
4646

0 commit comments

Comments
 (0)