From ea58f66bcce5fdfa9a30ed992a3acbb2d34e23b5 Mon Sep 17 00:00:00 2001 From: WSH032 <614337162@qq.com> Date: Fri, 1 Dec 2023 08:43:01 +0800 Subject: [PATCH] =?UTF-8?q?chore(version):=20=F0=9F=9A=80=20bump=20version?= =?UTF-8?q?=20v0.0.1b0=20=E2=86=92=20v0.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ src/fastapi_proxy_lib/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad57436..d269eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2023-12-01 + ### Security - [#10](https://github.com/WSH032/fastapi-proxy-lib/pull/10) - fix security vulnerabilities of cookies leakage between different users. Thanks [@WSH032](https://github.com/WSH032)! @@ -36,4 +38,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **This version has security vulnerabilities, please stop using it.** [unreleased]: https://github.com/WSH032/fastapi-proxy-lib/tree/HEAD +[0.1.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.1.0 [0.0.1b0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.0.1b0 diff --git a/src/fastapi_proxy_lib/__init__.py b/src/fastapi_proxy_lib/__init__.py index de07d3e..3dd6d11 100644 --- a/src/fastapi_proxy_lib/__init__.py +++ b/src/fastapi_proxy_lib/__init__.py @@ -4,4 +4,4 @@ # DO NOT EDIT THE `__version__` MANUALLY. # Use `hatch version {new_version}` instead. # Refer to `CONTRIBUTING.md` for more info. -__version__ = "0.0.1b0" +__version__ = "0.1.0"