Skip to content

Commit 8ca4727

Browse files
chore(main): release 0.7.0
1 parent 145b68e commit 8ca4727

3 files changed

Lines changed: 18 additions & 2 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.6.2"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.7.0](https://github.com/pythoninthegrasses/tailscale/compare/v0.6.2...v0.7.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* add ACL policy and single device endpoints ([ab7fc1e](https://github.com/pythoninthegrasses/tailscale/commit/ab7fc1e0c0fcaef96c820ef0a1d5bdc93dc066e8))
9+
* add missing Tailscale API fields to Device and ClientConnectivity models ([4271571](https://github.com/pythoninthegrasses/tailscale/commit/4271571be88095179d583ac8856cc822d1ba7a8c))
10+
* add SSH grant fix script and multi-grant test coverage ([79eefcf](https://github.com/pythoninthegrasses/tailscale/commit/79eefcf0093a76ff96a50bddd520aaf5f6eb5f30))
11+
12+
13+
### Documentation
14+
15+
* update llm instrx ([591f025](https://github.com/pythoninthegrasses/tailscale/commit/591f025417914265930f8291dff430935bc543dd))
16+
* update readme ([95b9ea6](https://github.com/pythoninthegrasses/tailscale/commit/95b9ea62b3f57d71a6b22e74cd15470e9702d1c0))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tailscale"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
description = "Asynchronous client for the Tailscale API."
55
authors = [{ name = "Franck Nijhof", email = "opensource@frenck.dev" }]
66
requires-python = ">=3.13,<4"

0 commit comments

Comments
 (0)