Skip to content

Commit 949d16f

Browse files
franccescoclaude
andcommitted
chore: release v0.20.1
Patch release with bug fixes for sync/async consistency and documentation improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dd98f36 commit 949d16f

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.1] - 2025-12-10
11+
12+
### Fixed
13+
14+
- Fix `CompletionDate` field mapping in `MeetingOperations` to use `CompleteTime` instead of `CloseTime` (sync/async consistency)
15+
- Fix `Configuration.configure_api_key()` documentation to use correct instance method pattern
16+
- Add missing `AuthenticationError` documentation with usage examples
17+
- Update dependencies list in documentation (add pydantic, typing-extensions)
18+
- Fix code examples to use correct model field names (`complete_date`)
19+
- Add bulk operations documentation for todos, issues, goals, and meetings
20+
- Clarify default user ID behavior in user operations documentation
21+
- Update method signatures and return types in API reference
22+
- Fix async concurrency control documentation (`max_concurrent` parameter)
23+
- Improve error handling examples throughout guides
24+
1025
## [0.20.0] - 2025-12-10
1126

1227
### Added
@@ -216,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216231
- Configuration management with multiple API key sources
217232
- httpx-based HTTP client with bearer token authentication
218233

219-
[Unreleased]: https://github.com/franccesco/bloomy-python/compare/v0.20.0...HEAD
234+
[Unreleased]: https://github.com/franccesco/bloomy-python/compare/v0.20.1...HEAD
235+
[0.20.1]: https://github.com/franccesco/bloomy-python/compare/v0.20.0...v0.20.1
220236
[0.20.0]: https://github.com/franccesco/bloomy-python/compare/v0.19.0...v0.20.0
221237
[0.19.0]: https://github.com/franccesco/bloomy-python/compare/v0.18.0...v0.19.0
222238
[0.18.0]: https://github.com/franccesco/bloomy-python/compare/v0.17.0...v0.18.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bloomy-python"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "Python SDK for Bloom Growth API"
55
readme = "README.md"
66
authors = [{ name = "Franccesco Orozco", email = "franccesco@codingdose.info" }]

0 commit comments

Comments
 (0)