Skip to content

Commit dc8e453

Browse files
author
semantic-release
committed
1.3.2
Automatically generated by python-semantic-release
1 parent d5f878d commit dc8e453

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
<!-- version list -->
44

5+
## v1.3.2 (2026-03-25)
6+
7+
### Bug Fixes
8+
9+
- Add proper NocoDB API v3 response/request format handling (#13)
10+
([#14](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/pull/14),
11+
[`158d141`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/158d141e2ce5ad388cbd3322cdfb9b20cc7d98d5))
12+
13+
- **workflows**: Fixed feature branch pattern matching
14+
([`d5f878d`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/d5f878d8934d94c6e53949a7f651fc324459d66a))
15+
16+
### Chores
17+
18+
- **deps**: Bump actions/checkout from 4 to 6
19+
([#12](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/pull/12),
20+
[`88951b2`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/88951b2a9a76fb728a83ef8ca9f4e78d4251dd92))
21+
22+
- **deps**: Bump actions/setup-python from 4 to 6
23+
([#11](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/pull/11),
24+
[`3505303`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/3505303bd49c24027126014be576db3ab89a9335))
25+
26+
### Documentation
27+
28+
- Update README.MD [automated]
29+
([`db643d3`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/db643d39d7a26e4d2075f4de73d59c32810eec6a))
30+
31+
- Update SECURITY.MD [automated]
32+
([`5a95c2a`](https://github.com/bauer-group/LIB-NocoDB_SimpleClient/commit/5a95c2ab7714102d30211aaa9210ac11039f400b))
33+
34+
535
## v1.3.1 (2026-01-28)
636

737
### Bug Fixes

src/nocodb_simple_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, *args, **kwargs): # type: ignore[misc]
8181
raise ImportError("Async support not available. Install aiohttp and aiofiles.")
8282

8383

84-
__version__ = "1.3.1"
84+
__version__ = "1.3.2"
8585
__author__ = "BAUER GROUP (Karl Bauer)"
8686
__email__ = "karl.bauer@bauer-group.com"
8787

0 commit comments

Comments
 (0)