Skip to content

Commit 80dee1f

Browse files
chore(main): release 0.55.8
1 parent 4c10557 commit 80dee1f

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.55.7"
2+
".": "0.55.8"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Releases are driven by [Conventional Commits](https://www.conventionalcommits.or
2525
(and are called out under **Changed**) rather than forcing a major bump. The major
2626
version stays at `0` until the LocalAPI, prefs schema, and CLI are declared stable.
2727

28+
## [0.55.8](https://github.com/GeiserX/tailscaled-rs/compare/v0.55.7...v0.55.8) (2026-09-07)
29+
30+
31+
### Bug Fixes
32+
33+
* **login:** take the flags Go's shared up/login flag set gives login ([#397](https://github.com/GeiserX/tailscaled-rs/issues/397)) ([9ac7ec8](https://github.com/GeiserX/tailscaled-rs/commit/9ac7ec82ec6cacb41a11290c17970e55c8e88932))
34+
* **set:** take Go's `--sync=false` spelling instead of dying at the parser ([#399](https://github.com/GeiserX/tailscaled-rs/issues/399)) ([4c10557](https://github.com/GeiserX/tailscaled-rs/commit/4c10557527542809180f65d3235865ba28db6924))
35+
2836
## [0.55.7](https://github.com/GeiserX/tailscaled-rs/compare/v0.55.6...v0.55.7) (2026-09-07)
2937

3038

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tailscaled-rs"
3-
version = "0.55.7"
3+
version = "0.55.8"
44
edition = "2024"
55
rust-version = "1.95"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)