Skip to content

Commit 9669b0e

Browse files
authored
Bump to 0.27.1 (#3874)
## Summary of Changes - Version bump to 0.27.1 for a standalone patch release carrying the revert of the NAT auto-allocate behavior (#3861, reverted in #3870). - Moves the revert note from Unreleased into a v0.27.1 changelog section. ## Testing Verification - Cargo.lock regenerated via `cargo update --workspace`; same 13/13 line shape as the 0.27.0 bump.
1 parent 437d581 commit 9669b0e

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010

11+
## [v0.27.1](https://github.com/malbeclabs/doublezero/compare/client/v0.27.0...client/v0.27.1) - 2026-06-10
12+
13+
### Breaking
14+
15+
### Changes
16+
1117
- Client
1218
- Revert auto-enabling allocated-IP mode on `doublezero connect ibrl` behind NAT (#3861): the RFC1918 heuristic misfires on 1:1 NAT hosts where plain IBRL works, silently changing the user type.
1319

Cargo.lock

Lines changed: 13 additions & 13 deletions
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
@@ -24,7 +24,7 @@ exclude = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.27.0"
27+
version = "0.27.1"
2828
authors = ["Malbec Labs <dev@malbeclabs.com>"]
2929
readme = "README.md"
3030
edition = "2021"

0 commit comments

Comments
 (0)