Skip to content

Commit 7d1d304

Browse files
author
semantic-release
committed
10.22.3
Automatically generated by python-semantic-release
1 parent b589beb commit 7d1d304

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33

4+
## v10.22.3 (2025-10-28)
5+
6+
### Fix
7+
8+
- Patch: Bcf group permissions (#911)
9+
([`b589beb`](https://github.com/bimdata/python-api-client/commit/b589bebb278ddeff9ef9f6cd000b6e32d634e087))
10+
11+
* Add model, filter list views
12+
13+
* wip: permissions
14+
15+
* remove useless config
16+
17+
* Comment permission implementation
18+
19+
* bcf permissions
20+
21+
* more tests, more view filters
22+
23+
* add more tests
24+
25+
* add comment about permissions
26+
27+
428
## v10.22.2 (2025-10-28)
529

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

0 commit comments

Comments
 (0)