Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.7.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [0.7.0](https://github.com/pythoninthegrasses/tailscale/compare/v0.6.2...v0.7.0) (2026-04-15)


### Features

* add ACL policy and single device endpoints ([ab7fc1e](https://github.com/pythoninthegrasses/tailscale/commit/ab7fc1e0c0fcaef96c820ef0a1d5bdc93dc066e8))
* add missing Tailscale API fields to Device and ClientConnectivity models ([4271571](https://github.com/pythoninthegrasses/tailscale/commit/4271571be88095179d583ac8856cc822d1ba7a8c))
* add SSH grant fix script and multi-grant test coverage ([79eefcf](https://github.com/pythoninthegrasses/tailscale/commit/79eefcf0093a76ff96a50bddd520aaf5f6eb5f30))


### Bug Fixes

* correct pyproject.toml structure and org name in URLs ([3ed8666](https://github.com/pythoninthegrasses/tailscale/commit/3ed866672f14114f25dcf75ef67e12a924d8f99f))


### Documentation

* distinguish encrypted repo secrets from plaintext secrets in AGENTS.md ([f75ac43](https://github.com/pythoninthegrasses/tailscale/commit/f75ac43646f7fd66e64be521046a595384e1d5b9))
* fix e2e skip mechanism description, add CI and caching sections ([76baa8b](https://github.com/pythoninthegrasses/tailscale/commit/76baa8b130e69cfbe08cd9de51feffbd98b3428f))
* migrate repo references from pythoninthegrass to pythoninthegrasses org ([47d9c1e](https://github.com/pythoninthegrasses/tailscale/commit/47d9c1ee7c392b63abd6c8fed7f24cbf9c5cae78))
* update backlog tasks ([04d12c3](https://github.com/pythoninthegrasses/tailscale/commit/04d12c3a6ace92f44b96f77133b1a2464bf3cecb))
* update llm instrx ([591f025](https://github.com/pythoninthegrasses/tailscale/commit/591f025417914265930f8291dff430935bc543dd))
* update readme ([95b9ea6](https://github.com/pythoninthegrasses/tailscale/commit/95b9ea62b3f57d71a6b22e74cd15470e9702d1c0))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tailscale"
version = "0.6.2"
version = "0.7.0"
description = "Asynchronous client for the Tailscale API."
authors = [{ name = "Franck Nijhof", email = "opensource@frenck.dev" }]
maintainers = [
Expand Down
Loading