mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-11 01:58:38 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
parent
fe596bc58a
commit
e0fb9c3f48
3 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.0.5
|
||||
|
||||
- [Feature] The `-a` flag now accepts `domain` and `domain:port` in addition to `ip` and `ip:port`.
|
||||
The exported client configuration will contain the domain name, which the client resolves via DNS at connect time.
|
||||
- [Feature] Deep-link format (`tt://`) now supports domain names in the `addresses` field.
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3569,7 +3569,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue