Skip to content

Commit 64a7be4

Browse files
committed
chore(version): πŸš€ bump version v0.1.0 β†’ v0.2.0
1 parent 558f950 commit 64a7be4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

β€ŽCHANGELOG.md

+7-4
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.2.0] - 2025-01-15
27+
2628
### Added
2729

2830
- [#37](https://github.com/WSH032/fastapi-proxy-lib/pull/37) - docs: add example of `Modify (redefine) response only to particular endpoint`. Thanks [@pavelsr](https://github.com/pavelsr)!
@@ -31,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133

3234
- [#30](https://github.com/WSH032/fastapi-proxy-lib/pull/30) - fix(internal): use `websocket` in favor of `websocket_route`. Thanks [@WSH032](https://github.com/WSH032)!
3335

36+
### Removed
37+
38+
- [#49](https://github.com/WSH032/fastapi-proxy-lib/pull/49) - Drop support for `Python 3.8`.
39+
3440
### Fixed
3541

3642
- [#46](https://github.com/WSH032/fastapi-proxy-lib/pull/46) - fix: don't use module-level logging methods. Thanks [@dvarrazzo](https://github.com/dvarrazzo)
@@ -40,10 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4046

4147
- [#50](https://github.com/WSH032/fastapi-proxy-lib/pull/50) - fix(security): add `localhost` rule to `default_proxy_filter`. Thanks [@WSH032](https://github.com/WSH032)!
4248

43-
### Removed
44-
45-
- [#49](https://github.com/WSH032/fastapi-proxy-lib/pull/49) - Drop support for `Python 3.8`.
46-
4749
### Internal
4850

4951
- [#47](https://github.com/WSH032/fastapi-proxy-lib/pull/47) - test: do not use deprecated and removed APIs of httpx. Thanks [@WSH032](https://github.com/WSH032)!
@@ -64,5 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466
**This version has security vulnerabilities, please stop using it.**
6567

6668
[unreleased]: https://github.com/WSH032/fastapi-proxy-lib/tree/HEAD
69+
[0.2.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.2.0
6770
[0.1.0]: https://github.com/WSH032/fastapi-proxy-lib/releases/tag/v0.1.0
6871
[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.1.0"
6+
__version__ = "0.2.0"

0 commit comments

Comments
Β (0)