Skip to content

Commit f278051

Browse files
zmievsaclaude
andcommitted
Bump version to 6.0.4 and update changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d41775a commit f278051

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0.
55

66
## [Unreleased]
77

8+
## [6.0.4]
9+
10+
### Added
11+
12+
- Python 3.14 support (#345)
13+
14+
### Fixed
15+
16+
- Fixed missing type imports with future annotations in `Depend` leading to `RecursionError` in `generate_versioned_routers` by @Shigerman (#329)
17+
- Resolved `'__getitem__' requires a 'typing.Union'` error by @ulgens (#336)
18+
- Adopted Python 3.14 related union handling changes by @ulgens (#337)
19+
- Adopted Python 3.14 related `http.cookies` changes by @ulgens (#338)
20+
21+
### Removed
22+
23+
- Python 3.9 support by @ulgens (#342)
24+
825
## [6.0.3]
926

1027
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cadwyn"
3-
version = "6.0.3"
3+
version = "6.0.4"
44
description = "Production-ready community-driven modern Stripe-like API versioning in FastAPI"
55
authors = [{ name = "Stanislav Zmiev", email = "zmievsa@gmail.com" }]
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)