Skip to content

Commit

Permalink
chore(main): release proksi 0.5.0 (#145)
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 Nov 3, 2024
1 parent 2c1e41f commit 4e2f9fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"crates/plugins_api":"0.1.0","crates/proksi":"0.4.8","crates/plugin_request_id":"0.1.0"}
{"crates/plugins_api":"0.1.0","crates/proksi":"0.5.0","crates/plugin_request_id":"0.1.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/luizfonseca/proksi/compare/proksi-v0.4.8...proksi-v0.5.0) (2024-11-03)


### Features

* upgrade pingora to 0.4.0 ([4dd5ba5](https://github.com/luizfonseca/proksi/commit/4dd5ba562b818138f9f4267f18de30ccdffad473))


### Bug Fixes

* pingora version bump and new struct props ([1304192](https://github.com/luizfonseca/proksi/commit/1304192e04b2dc69a6b8c001d996b3249f70cc01))

## [0.4.8](https://github.com/luizfonseca/proksi/compare/v0.4.7...v0.4.8) (2024-10-19)


Expand Down
2 changes: 1 addition & 1 deletion crates/proksi/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.4.8"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
Expand Down

0 comments on commit 4e2f9fc

Please sign in to comment.