Skip to content

Commit c68b597

Browse files
committed
3.15.5
1 parent 178373b commit c68b597

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [3.15.5]
9+
10+
### Fixed
11+
12+
* Fix dependency overrides not working for versioned routes
13+
14+
815
## [3.15.4]
916

1017
### Changed
@@ -16,7 +23,6 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0.
1623
* fastapi-pagination now does not require an explicit call to `Cadwyn.enrich_swagger`
1724

1825

19-
2026
## [3.15.3]
2127

2228
### Changed

pyproject.toml

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

0 commit comments

Comments
 (0)