From 422bc2ab4927aec68c26820c0a9c48c6bac004d3 Mon Sep 17 00:00:00 2001 From: Dylan Bargatze Date: Tue, 19 May 2026 16:11:40 -0400 Subject: [PATCH] changelog: update for 0.3.0 release Signed-off-by: Dylan Bargatze --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8431245..7725fd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ Records breaking or significant changes here. All dates are UTC. -## Unreleased - May 2026 +## Unreleased - June 2026 + +## [0.3](https://github.com/tailscale/tailscale-rs/releases/tag/v0.3.0) - 2026-05-19 - **Breaking** (Rust API): exports `config`, `netstack`, and `keys` modules and moves some functionality from the crate root to these modules. Replaces `load_key_file` with `Config::default_with_key_file`.