Skip to content

Commit c5a8ce7

Browse files
Merge pull request #1 from pythoninthegrasses/release-please--branches--main
chore(main): release 0.7.0
2 parents b05c7dd + 5b8c9d9 commit c5a8ce7

3 files changed

Lines changed: 27 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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
### Bug Fixes
14+
15+
* correct pyproject.toml structure and org name in URLs ([3ed8666](https://github.com/pythoninthegrasses/tailscale/commit/3ed866672f14114f25dcf75ef67e12a924d8f99f))
16+
17+
18+
### Documentation
19+
20+
* distinguish encrypted repo secrets from plaintext secrets in AGENTS.md ([f75ac43](https://github.com/pythoninthegrasses/tailscale/commit/f75ac43646f7fd66e64be521046a595384e1d5b9))
21+
* fix e2e skip mechanism description, add CI and caching sections ([76baa8b](https://github.com/pythoninthegrasses/tailscale/commit/76baa8b130e69cfbe08cd9de51feffbd98b3428f))
22+
* migrate repo references from pythoninthegrass to pythoninthegrasses org ([47d9c1e](https://github.com/pythoninthegrasses/tailscale/commit/47d9c1ee7c392b63abd6c8fed7f24cbf9c5cae78))
23+
* update backlog tasks ([04d12c3](https://github.com/pythoninthegrasses/tailscale/commit/04d12c3a6ace92f44b96f77133b1a2464bf3cecb))
24+
* update llm instrx ([591f025](https://github.com/pythoninthegrasses/tailscale/commit/591f025417914265930f8291dff430935bc543dd))
25+
* 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
maintainers = [

0 commit comments

Comments
 (0)