mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-10 01:28:37 +00:00
skipci: Automatic version increment by Bamboo
This commit is contained in:
parent
8856e7ba83
commit
8d5f207a38
3 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 0.9.137
|
||||
|
||||
- [Feature] Added `client_random_prefix` field to client configuration export
|
||||
- New CLI option `--client-random-prefix`
|
||||
- Validates hex format and checks against `rules.toml`
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3472,7 +3472,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "0.9.136"
|
||||
version = "0.9.137"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console-subscriber",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trusttunnel_endpoint"
|
||||
version = "0.9.136"
|
||||
version = "0.9.137"
|
||||
authors = ["Sergei Gunchenko <s.gunchenko@adguard.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue