Skip to content

Commit

Permalink
[skip ci] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Nov 1, 2024
1 parent a887750 commit 68b4a2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# CHANGELOG

## 0.9.3 or 0.10.0 (Unreleased)
## 0.10.0 (Unreleased)

## 0.9.3

### Improvement

- Feat: Support post-quantum `X25519Kyber768Draft00` for incoming TLS initiation. This is non-default feature [feature: `post-quantum`]. Upstream connection to backend applications does not yet support PQC.
- Feat: emit WARN messages if there exist unused and unsupported options specified in configuration file.
- Docs: `rpxy.io` is now available for the official website of `rpxy`.
- Refactor: lots of minor improvements
- Deps


## 0.9.2

### Improvement
Expand Down
2 changes: 1 addition & 1 deletion rpxy-acme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ post-quantum = ["rustls-post-quantum"]
[dependencies]
url = { version = "2.5.2" }
rustc-hash = "2.0.0"
thiserror = "1.0.65"
thiserror = "1.0.66"
tracing = "0.1.40"
async-trait = "0.1.83"
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion rpxy-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http3 = []
rustc-hash = { version = "2.0.0" }
tracing = { version = "0.1.40" }
derive_builder = { version = "0.20.2" }
thiserror = { version = "1.0.65" }
thiserror = { version = "1.0.66" }
hot_reload = { version = "0.1.6" }
async-trait = { version = "0.1.83" }
rustls = { version = "0.23.16", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async-trait = "0.1.83"

# Error handling
anyhow = "1.0.91"
thiserror = "1.0.65"
thiserror = "1.0.66"

# http for both server and client
http = "1.1.0"
Expand Down

0 comments on commit 68b4a2a

Please sign in to comment.