Skip to content

Commit 376b445

Browse files
committed
chore(release): 0.4.1
1 parent 31be192 commit 376b445

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-03-05
9+
10+
### Fixed
11+
12+
- **Flux role permission objects handling** in Management clients:
13+
- normalize permission object list responses consistently
14+
- keep compatibility with paginated/object payload variants
15+
- align role-scoped flux permission object behavior with production contract
16+
817
## [0.4.0] - 2026-02-25
918

1019
### Added
@@ -79,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7988
- Error handling guide
8089
- Code examples
8190

91+
[0.4.1]: https://github.com/foxnose/python-sdk/compare/v0.4.0...v0.4.1
8292
[0.4.0]: https://github.com/foxnose/python-sdk/compare/v0.3.0...v0.4.0
8393
[0.3.0]: https://github.com/foxnose/python-sdk/compare/v0.2.0...v0.3.0
8494
[0.2.0]: https://github.com/foxnose/python-sdk/compare/v0.1.0...v0.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "foxnose-sdk"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Official Python client for FoxNose Management and Flux APIs"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/foxnose_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@
154154
"APIRef",
155155
]
156156

157-
__version__ = "0.4.0"
157+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)