Skip to content

Commit a039b7d

Browse files
committed
4.6.0
1 parent 400c4c2 commit a039b7d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [4.6.0]
9+
810
### Added
911

10-
* Added support for more field attributes in `schema.had()` and `schema.didnt_have()`: `field_title_generator`, `fail_fast`, `coerce_numbers_to_str`, `union_mode`, `allow_mutation`, `pattern`, `discriminator`
11-
* Added support for forwardrefs in body fields (for example, when you use `from __future__ import annotations` in the file with your routes)
12-
* Added support for forwardrefs in route dependencies
12+
* Support for more field attributes in `schema.had()` and `schema.didnt_have()`: `field_title_generator`, `fail_fast`, `coerce_numbers_to_str`, `union_mode`, `allow_mutation`, `pattern`, `discriminator`
13+
* Support for forwardrefs in body fields (for example, when you use `from __future__ import annotations` in the file with your routes)
14+
* Support for forwardrefs in route dependencies
1315

1416
## [4.5.0]
1517

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 = "4.6.0a1"
3+
version = "4.6.0"
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"

0 commit comments

Comments
 (0)