Skip to content

Commit

Permalink
chore(version): πŸš€ bump version v0.0.1b0 β†’ v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Dec 1, 2023
1 parent 7182e5f commit ea58f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/fastapi_proxy_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ea58f66

Please sign in to comment.