mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-04-12 22:34:24 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user