mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-12 02:28:34 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
parent
dbdbf09dd6
commit
f116809c7c
3 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.6
|
||||
|
||||
Added support for X25519MLKEM768 post-quantum group.
|
||||
|
||||
## 1.0.5
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3579,7 +3579,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.5"
|
||||
version = "1.0.6"
|
||||
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue