Skip to content

Commit d76694b

Browse files
author
semantic-release
committed
10.20.0
Automatically generated by python-semantic-release
1 parent 3cee9cc commit d76694b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# CHANGELOG
22

33

4+
## v10.20.0 (2025-09-04)
5+
6+
### Feature
7+
8+
- Minor: add document full text search (#893)
9+
([`3cee9cc`](https://github.com/bimdata/python-api-client/commit/3cee9cc05d25cc22802fee71073457e73a9e01e4))
10+
11+
* add document full text search
12+
13+
* use cloud language if no language provided
14+
15+
* enable text only on ai clouds
16+
17+
* fix tests
18+
19+
* add comment to doc
20+
21+
* fix test with new field
22+
23+
424
## v10.19.5 (2025-08-27)
525

626
### Fix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "10.19.5"
23+
VERSION = "10.20.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)