We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af35c6e commit 57270d8Copy full SHA for 57270d8
CHANGELOG.md
@@ -1,6 +1,26 @@
1
# CHANGELOG
2
3
4
+## v10.26.0 (2026-03-19)
5
+
6
+### Feature
7
8
+- Minor: add fragments_file (#980)
9
+ ([`af35c6e`](https://github.com/bimdata/python-api-client/commit/af35c6e48d5c5b886a4462fef774cca216dac262))
10
11
+* add fragments_file
12
13
+* add test
14
15
+* add fragments to demo
16
17
+* fix typos
18
19
+* add fragments worker to ifc process graph
20
21
+* fix demo typo
22
23
24
## v10.25.0 (2026-02-25)
25
26
### Feature
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
-VERSION = "10.25.0"
+VERSION = "10.26.0"
# To install the library, run the following
#
# python setup.py install
0 commit comments