Skip to content

Commit 3ea086b

Browse files
committed
Bump version 0.3.0 → 0.4.0
1 parent 4fa90ec commit 3ea086b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## [0.4.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.4.0) - Release Date: [2025-03-19]
3+
4+
#### Merged pull requests:
5+
6+
- Bump pytest-asyncio from 0.24.0 to 0.25.3 [#103](https://github.com/bakdata/fastapi-jwks/pull/103) ([@dependabot[bot]](https://github.com/dependabot[bot]))
7+
8+
- Bump pyright from 1.1.392.post0 to 1.1.393 [#105](https://github.com/bakdata/fastapi-jwks/pull/105) ([@dependabot[bot]](https://github.com/dependabot[bot]))
9+
10+
- Bump pytest-cov from 5.0.0 to 6.0.0 [#69](https://github.com/bakdata/fastapi-jwks/pull/69) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
12+
- Bump ruff from 0.3.7 to 0.9.4 [#106](https://github.com/bakdata/fastapi-jwks/pull/106) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13+
14+
- Bump dependencies [#126](https://github.com/bakdata/fastapi-jwks/pull/126) ([@torbsto](https://github.com/torbsto))
15+
16+
17+
18+
219
## [0.3.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.3.0) - Release Date: [2025-02-03]
320

421
#### Merged pull requests:

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 = "fastapi-jwks"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "A library designed to facilitate the integration of JSON Web Key Set (JWKS) with FastAPI applications"
55
license = "MIT"
66
authors = ["bakdata"]

0 commit comments

Comments
 (0)