Skip to content

Commit

Permalink
chore(main): release 0.3.13 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 21, 2024
1 parent 11b9400 commit 6164b6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.13](https://github.com/luizfonseca/proksi/compare/v0.3.12...v0.3.13) (2024-06-21)


### Bug Fixes

* **cache:** restore the correct status code from metadata ([fa18301](https://github.com/luizfonseca/proksi/commit/fa18301865c62008d5d5758b4757cc52b26f412c))
* **config:** make cache path optional ([01012f7](https://github.com/luizfonseca/proksi/commit/01012f7aa7adae485f3228d7dd9e5bb1e4f7cc68))
* **http_peer:** add sane defaults to peerOpts ([e9345c2](https://github.com/luizfonseca/proksi/commit/e9345c24efb1f17bf3d7ae06407f0f22f7bb6b01))

## [0.3.12](https://github.com/luizfonseca/proksi/compare/v0.3.11...v0.3.12) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "proksi"
description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt."
version = "0.3.12"
version = "0.3.13"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
Expand Down

0 comments on commit 6164b6b

Please sign in to comment.