Skip to content

Commit 57270d8

Browse files
author
semantic-release
committed
10.26.0
Automatically generated by python-semantic-release
1 parent af35c6e commit 57270d8

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.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+
424
## v10.25.0 (2026-02-25)
525

626
### Feature

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.25.0"
23+
VERSION = "10.26.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)