Skip to content

Commit ea58f66

Browse files
committedDec 1, 2023
chore(version): 🚀 bump version v0.0.1b0 → v0.1.0
1 parent 7182e5f commit ea58f66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
## [Unreleased]
2424

25+
## [0.1.0] - 2023-12-01
26+
2527
### Security
2628

2729
- [#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
3638
**This version has security vulnerabilities, please stop using it.**
3739

3840
[unreleased]: https://github.com/WSH032/fastapi-proxy-lib/tree/HEAD
41+
[0.1.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.1.0
3942
[0.0.1b0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.0.1b0

‎src/fastapi_proxy_lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# DO NOT EDIT THE `__version__` MANUALLY.
55
# Use `hatch version {new_version}` instead.
66
# Refer to `CONTRIBUTING.md` for more info.
7-
__version__ = "0.0.1b0"
7+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)