Skip to content

Commit 8a14407

Browse files
authored
Merge pull request #7 from jacobsvante/release-please--branches--main
chore(main): release 0.5.0
2 parents b15e495 + d3ab710 commit 8a14407

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,5 +1,22 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/jacobsvante/fastapi-security/compare/v0.4.0...v0.5.0) (2022-03-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Make oauth2 dependencies optional
9+
10+
### Bug Fixes
11+
12+
* Make oauth2 dependencies optional ([e0db0f4](https://github.com/jacobsvante/fastapi-security/commit/e0db0f45761d7295b1e500d5cde67d3c1f263b78))
13+
14+
15+
### Documentation
16+
17+
* Document new extra for oauth2 support ([73e1696](https://github.com/jacobsvante/fastapi-security/commit/73e1696915f63ddf6d204adfddbfd49b10d3e4f5))
18+
* Update changelog to conform to release-please format ([c9bfb16](https://github.com/jacobsvante/fastapi-security/commit/c9bfb16277efeb0ddfb19e3cc1e289608ce0ae94))
19+
320
## [0.3.1](https://github.com/jmagnusson/fastapi-security/compare/v0.3.0...v0.3.1) (2021-03-29)
421

522

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-security"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Add authentication and authorization to your FastAPI app via dependencies."
55
authors = ["Jacob Magnusson <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)