Skip to content

Commit

Permalink
3.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed May 29, 2024
1 parent 178373b commit c68b597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0.

## [Unreleased]

## [3.15.5]

### Fixed

* Fix dependency overrides not working for versioned routes


## [3.15.4]

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



## [3.15.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cadwyn"
version = "3.15.4"
version = "3.15.5"
description = "Production-ready community-driven modern Stripe-like API versioning in FastAPI"
authors = ["Stanislav Zmiev <zmievsa@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c68b597

Please sign in to comment.