skipci: Automatic version increment by Bamboo

This commit is contained in:
Bamboo
2026-02-26 07:52:27 +00:00
parent fe596bc58a
commit e0fb9c3f48
3 changed files with 4 additions and 2 deletions

View File

@@ -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
View File

@@ -3569,7 +3569,7 @@ dependencies = [
[[package]]
name = "trusttunnel_endpoint"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"clap",
"console-subscriber",

View File

@@ -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"