Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjin committed Nov 16, 2023
1 parent 9379e44 commit 175b055
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.4

- routable `--rev` reverse proxy support
- fix `Keep-Alive` header in reverse HTTP/2 proxy
- add nix based build mode
- naiveproxy padding: add protocol negotiation and packet fragmentation

## 0.5.3

- add macos-aarch64 build
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hprox
version: 0.5.3
version: 0.5.4
github: "bjin/hprox"
license: Apache-2.0
author: "Bin Jin"
Expand Down
6 changes: 3 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
resolver: lts-21.15
resolver: lts-21.20
packages:
- '.'
extra-deps:
- github: bjin/wai
commit: warp-3.3.29-patched
commit: warp-3.3.30-patched
subdirs:
- warp
- crypto-token-0.0.2
- http2-4.2.2 # in nightly
- http3-0.0.6
- network-udp-0.0.0
- quic-0.1.7
- quic-0.1.8
- sockaddr-0.0.1
- warp-quic-0.0.0
# crypton packages
Expand Down

0 comments on commit 175b055

Please sign in to comment.