Skip to content

Commit 8392142

Browse files
committed
Bump version 0.0.2 → 0.1.0
1 parent bf58168 commit 8392142

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
# Changelog
2+
## [0.1.0](https://github.com/bakdata/fastapi-jwks/releases/tag/0.1.0) - Release Date: [2024-10-29]
3+
4+
#### Merged pull requests:
5+
6+
- Bump pre-commit from 3.8.0 to 4.0.1 [#53](https://github.com/bakdata/fastapi-jwks/pull/53) ([@dependabot[bot]](https://github.com/dependabot[bot]))
7+
8+
- Bump pytest-asyncio from 0.23.8 to 0.24.0 [#52](https://github.com/bakdata/fastapi-jwks/pull/52) ([@dependabot[bot]](https://github.com/dependabot[bot]))
9+
10+
- Bump pyright from 1.1.377 to 1.1.383 [#51](https://github.com/bakdata/fastapi-jwks/pull/51) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11+
12+
- Bump bakdata/ci-templates from 1.45.2 to 1.46.6 [#42](https://github.com/bakdata/fastapi-jwks/pull/42) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13+
14+
- Bump pytest from 8.3.2 to 8.3.3 [#54](https://github.com/bakdata/fastapi-jwks/pull/54) ([@dependabot[bot]](https://github.com/dependabot[bot]))
15+
16+
- Fix pending issues [#50](https://github.com/bakdata/fastapi-jwks/pull/50) ([@irux](https://github.com/irux))
17+
18+
- Remove unused requests dependency [#61](https://github.com/bakdata/fastapi-jwks/pull/61) ([@irux](https://github.com/irux))
19+
20+
- Bump pydantic from 2.8.2 to 2.9.2 [#58](https://github.com/bakdata/fastapi-jwks/pull/58) ([@dependabot[bot]](https://github.com/dependabot[bot]))
21+
22+
- Bump fastapi from 0.112.2 to 0.115.4 [#65](https://github.com/bakdata/fastapi-jwks/pull/65) ([@dependabot[bot]](https://github.com/dependabot[bot]))
23+
24+
- Bump cryptography from 42.0.8 to 43.0.3 [#63](https://github.com/bakdata/fastapi-jwks/pull/63) ([@dependabot[bot]](https://github.com/dependabot[bot]))
25+
26+
- Bump pyright from 1.1.383 to 1.1.386 [#67](https://github.com/bakdata/fastapi-jwks/pull/67) ([@dependabot[bot]](https://github.com/dependabot[bot]))
27+
28+
- Bump bakdata/ci-templates from 1.46.6 to 1.47.0 [#56](https://github.com/bakdata/fastapi-jwks/pull/56) ([@dependabot[bot]](https://github.com/dependabot[bot]))
29+
30+
31+
32+
233
## [0.0.2](https://github.com/bakdata/fastapi-jwks/releases/tag/0.0.2) - Release Date: [2024-08-28]
334

435
#### 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.0.2"
3+
version = "0.1.0"
44
description = ""
55
license = "MIT"
66
authors = ["bakdata"]

0 commit comments

Comments
 (0)