Skip to content

Commit

Permalink
Merge pull request #24 from mrtolkien/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--release-please-action

chore(master): release 1.3.0
  • Loading branch information
mrtolkien authored Jul 18, 2023
2 parents 361c1cc + ddfd01b commit c2db8d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [1.3.0](https://github.com/mrtolkien/fastapi_simple_security/compare/1.2.0...v1.3.0) (2023-07-18)


### Features

* using secrets.compare_digest and making control flow clearer ([0a48b8b](https://github.com/mrtolkien/fastapi_simple_security/commit/0a48b8bdbe8daf2a031b3bc9b2016201db05b50c))


### Bug Fixes

* add Google Release Please action ([02a296e](https://github.com/mrtolkien/fastapi_simple_security/commit/02a296e73d07d4f13211ebc7dd7f8c955377fe48))
* add release-please on master ([935b9a0](https://github.com/mrtolkien/fastapi_simple_security/commit/935b9a06dd3a048ea33de4862f2cc2bea5b21036))
* add rtx dependency + update poetry lock ([cd27a7a](https://github.com/mrtolkien/fastapi_simple_security/commit/cd27a7a18a759359b20d3ddf3c6eac45b2f982ed))
* better imports ([361c1cc](https://github.com/mrtolkien/fastapi_simple_security/commit/361c1cce2fa49fd0436fbff2ad87c8e4469f4e2c))
* dev dependencies cleanup ([d8ae38e](https://github.com/mrtolkien/fastapi_simple_security/commit/d8ae38e95eb1cdb60566adb71915b0231c8fb416))
* formatting fixes + adding httpx as dev depedency ([c4b4005](https://github.com/mrtolkien/fastapi_simple_security/commit/c4b40051cc942100623e1be683eb7066fe0bcedd))
* ignore vscode conf ([5795d2f](https://github.com/mrtolkien/fastapi_simple_security/commit/5795d2f7ffc363043f7d81b6de36ed22e4465a69))
* move CI check to Ruff ([685e5ed](https://github.com/mrtolkien/fastapi_simple_security/commit/685e5ed22d5e81ce0a45c7bbf90e795304e1cff3))
* remove VScode-specific files ([56aed6b](https://github.com/mrtolkien/fastapi_simple_security/commit/56aed6baad8d1d1bf53097c538025db806ae5788))
* update pre-commit with Ruff ([6e18c74](https://github.com/mrtolkien/fastapi_simple_security/commit/6e18c74aa96259d59b60e93177a06145319e835d))
* update python and poetry versions in CI tests ([539fe7e](https://github.com/mrtolkien/fastapi_simple_security/commit/539fe7e7f590c6be000a25e96072d884c9a8a132))
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 = "fastapi_simple_security"
version = "1.2"
version = "1.3.0"
description = "API key-based security for FastAPI"
authors = ["mrtolkien <gary.mialaret@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c2db8d7

Please sign in to comment.