Skip to content

Commit fb53f4a

Browse files
committed
chore(version): πŸš€ bump version v0.2.0 β†’ v0.3.0
1 parent 5adad1a commit fb53f4a

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
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
## [Unreleased]
2525

26+
## [0.3.0] - 2025-03-25
27+
2628
### Fixed
2729

2830
- [#57](https://github.com/WSH032/fastapi-proxy-lib/pull/57) - fix: error in handling multiple query parameters (#56). Thanks [@yhl-cs](https://github.com/yhl-cs)!
@@ -72,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7274
**This version has security vulnerabilities, please stop using it.**
7375

7476
[unreleased]: https://github.com/WSH032/fastapi-proxy-lib/tree/HEAD
77+
[0.3.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.3.0
7578
[0.2.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.2.0
7679
[0.1.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.1.0
7780
[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
@@ -3,4 +3,4 @@
33
# DO NOT EDIT THE `__version__` MANUALLY.
44
# Use `hatch version {new_version}` instead.
55
# Refer to `CONTRIBUTING.md` for more info.
6-
__version__ = "0.2.0"
6+
__version__ = "0.3.0"

0 commit comments

Comments
Β (0)