From 3aee87d9ecb38f65fefe831cb7f8588183a30b55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:47:06 +0000 Subject: [PATCH] chore(master): release 1.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9be99..6592821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.4.0](https://github.com/yourkin/fastapi_simple_security/compare/v1.3.0...v1.4.0) (2023-09-16) + + +### Features + +* using secrets.compare_digest and making control flow clearer ([0a48b8b](https://github.com/yourkin/fastapi_simple_security/commit/0a48b8bdbe8daf2a031b3bc9b2016201db05b50c)) + + +### Bug Fixes + +* add Google Release Please action ([02a296e](https://github.com/yourkin/fastapi_simple_security/commit/02a296e73d07d4f13211ebc7dd7f8c955377fe48)) +* add release-please on master ([935b9a0](https://github.com/yourkin/fastapi_simple_security/commit/935b9a06dd3a048ea33de4862f2cc2bea5b21036)) +* add rtx dependency + update poetry lock ([cd27a7a](https://github.com/yourkin/fastapi_simple_security/commit/cd27a7a18a759359b20d3ddf3c6eac45b2f982ed)) +* better imports ([361c1cc](https://github.com/yourkin/fastapi_simple_security/commit/361c1cce2fa49fd0436fbff2ad87c8e4469f4e2c)) +* dev dependencies cleanup ([d8ae38e](https://github.com/yourkin/fastapi_simple_security/commit/d8ae38e95eb1cdb60566adb71915b0231c8fb416)) +* formatting fixes + adding httpx as dev depedency ([c4b4005](https://github.com/yourkin/fastapi_simple_security/commit/c4b40051cc942100623e1be683eb7066fe0bcedd)) +* ignore vscode conf ([5795d2f](https://github.com/yourkin/fastapi_simple_security/commit/5795d2f7ffc363043f7d81b6de36ed22e4465a69)) +* move CI check to Ruff ([685e5ed](https://github.com/yourkin/fastapi_simple_security/commit/685e5ed22d5e81ce0a45c7bbf90e795304e1cff3)) +* remove VScode-specific files ([56aed6b](https://github.com/yourkin/fastapi_simple_security/commit/56aed6baad8d1d1bf53097c538025db806ae5788)) +* update pre-commit with Ruff ([6e18c74](https://github.com/yourkin/fastapi_simple_security/commit/6e18c74aa96259d59b60e93177a06145319e835d)) +* update python and poetry versions in CI tests ([539fe7e](https://github.com/yourkin/fastapi_simple_security/commit/539fe7e7f590c6be000a25e96072d884c9a8a132)) + ## [1.3.0](https://github.com/mrtolkien/fastapi_simple_security/compare/1.2.0...v1.3.0) (2023-07-18) diff --git a/pyproject.toml b/pyproject.toml index fb57b34..887a3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_simple_security" -version = "1.3.0" +version = "1.4.0" description = "API key-based security for FastAPI" authors = ["mrtolkien "] license = "MIT"