Skip to content

Commit

Permalink
chore(main): release 0.3.11 (#53)
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 20, 2024
1 parent 00f5620 commit 2e99484
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.11](https://github.com/luizfonseca/proksi/compare/v0.3.10...v0.3.11) (2024-06-20)


### Bug Fixes

* **cache:** improve writing to cache (disk) ([cef089f](https://github.com/luizfonseca/proksi/commit/cef089f4974b936f01dc71b6e89975f10d20c4f0))
* clippy ([00f5620](https://github.com/luizfonseca/proksi/commit/00f5620ee42d862692498437486f57c39de17e10))
* disable SNI callback restriction ([45f4287](https://github.com/luizfonseca/proksi/commit/45f4287ea6aa20de6c541811b2f663653377590e))

## [0.3.10](https://github.com/luizfonseca/proksi/compare/v0.3.9...v0.3.10) (2024-06-20)


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.10"
version = "0.3.11"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
Expand Down

0 comments on commit 2e99484

Please sign in to comment.