skipci: Automatic version increment by Bamboo

This commit is contained in:
Bamboo
2026-02-18 14:15:27 +00:00
parent 8856e7ba83
commit 8d5f207a38
3 changed files with 4 additions and 2 deletions

View File

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

@@ -3472,7 +3472,7 @@ dependencies = [
[[package]]
name = "trusttunnel_endpoint"
version = "0.9.136"
version = "0.9.137"
dependencies = [
"clap",
"console-subscriber",

View File

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