Skip to content

Commit c2db8d7

Browse files
authored
Merge pull request #24 from mrtolkien/release-please--branches--master--components--release-please-action
chore(master): release 1.3.0
2 parents 361c1cc + ddfd01b commit c2db8d7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [1.3.0](https://github.com/mrtolkien/fastapi_simple_security/compare/1.2.0...v1.3.0) (2023-07-18)
4+
5+
6+
### Features
7+
8+
* using secrets.compare_digest and making control flow clearer ([0a48b8b](https://github.com/mrtolkien/fastapi_simple_security/commit/0a48b8bdbe8daf2a031b3bc9b2016201db05b50c))
9+
10+
11+
### Bug Fixes
12+
13+
* add Google Release Please action ([02a296e](https://github.com/mrtolkien/fastapi_simple_security/commit/02a296e73d07d4f13211ebc7dd7f8c955377fe48))
14+
* add release-please on master ([935b9a0](https://github.com/mrtolkien/fastapi_simple_security/commit/935b9a06dd3a048ea33de4862f2cc2bea5b21036))
15+
* add rtx dependency + update poetry lock ([cd27a7a](https://github.com/mrtolkien/fastapi_simple_security/commit/cd27a7a18a759359b20d3ddf3c6eac45b2f982ed))
16+
* better imports ([361c1cc](https://github.com/mrtolkien/fastapi_simple_security/commit/361c1cce2fa49fd0436fbff2ad87c8e4469f4e2c))
17+
* dev dependencies cleanup ([d8ae38e](https://github.com/mrtolkien/fastapi_simple_security/commit/d8ae38e95eb1cdb60566adb71915b0231c8fb416))
18+
* formatting fixes + adding httpx as dev depedency ([c4b4005](https://github.com/mrtolkien/fastapi_simple_security/commit/c4b40051cc942100623e1be683eb7066fe0bcedd))
19+
* ignore vscode conf ([5795d2f](https://github.com/mrtolkien/fastapi_simple_security/commit/5795d2f7ffc363043f7d81b6de36ed22e4465a69))
20+
* move CI check to Ruff ([685e5ed](https://github.com/mrtolkien/fastapi_simple_security/commit/685e5ed22d5e81ce0a45c7bbf90e795304e1cff3))
21+
* remove VScode-specific files ([56aed6b](https://github.com/mrtolkien/fastapi_simple_security/commit/56aed6baad8d1d1bf53097c538025db806ae5788))
22+
* update pre-commit with Ruff ([6e18c74](https://github.com/mrtolkien/fastapi_simple_security/commit/6e18c74aa96259d59b60e93177a06145319e835d))
23+
* update python and poetry versions in CI tests ([539fe7e](https://github.com/mrtolkien/fastapi_simple_security/commit/539fe7e7f590c6be000a25e96072d884c9a8a132))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_simple_security"
3-
version = "1.2"
3+
version = "1.3.0"
44
description = "API key-based security for FastAPI"
55
authors = ["mrtolkien <gary.mialaret@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)