File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
24
24
## [ Unreleased]
25
25
26
+ ## [ 0.3.0] - 2025-03-25
27
+
26
28
### Fixed
27
29
28
30
- [ #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
72
74
** This version has security vulnerabilities, please stop using it.**
73
75
74
76
[ 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
75
78
[ 0.2.0 ] : https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.2.0
76
79
[ 0.1.0 ] : https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.1.0
77
80
[ 0.0.1b0 ] : https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.0.1b0
Original file line number Diff line number Diff line change 3
3
# DO NOT EDIT THE `__version__` MANUALLY.
4
4
# Use `hatch version {new_version}` instead.
5
5
# Refer to `CONTRIBUTING.md` for more info.
6
- __version__ = "0.2 .0"
6
+ __version__ = "0.3 .0"
You canβt perform that action at this time.
0 commit comments