Skip to content

Commit 3a8a46e

Browse files
author
semantic-release
committed
10.11.0
Automatically generated by python-semantic-release
1 parent a0f9192 commit 3a8a46e

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.11.0 (2025-04-09)
5+
6+
### Feature
7+
8+
- Minor: Add a 2D mask to model to be able to cleanup plan (#832)
9+
([`a0f9192`](https://github.com/bimdata/python-api-client/commit/a0f9192fb1e3902068befb4121ec37989a0102b9))
10+
11+
* Add ability to save a viewport for a plan.
12+
13+
* Fix doc.
14+
15+
* Rename 2D mask.
16+
17+
* Use kwargs instead of args in test mask 2d.
18+
19+
* Rework with a simplier view on the model
20+
21+
* Rename migration to match the mask2d rename
22+
23+
424
## v10.10.3 (2025-04-04)
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.10.3"
23+
VERSION = "10.11.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)