From 1832f11400a515af5b6cf51b2456a828afeba0c8 Mon Sep 17 00:00:00 2001 From: Danny Tormoen Date: Sun, 29 Mar 2026 22:02:53 -0700 Subject: [PATCH] chore: release v0.10.7 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8581c..df2ca32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.7](https://github.com/dtormoen/tsk-tsk/compare/v0.10.6...v0.10.7) - 2026-03-30 + +### Added + +- add privileged mode, sudo, and device passthrough for containers + ## [0.10.6](https://github.com/dtormoen/tsk-tsk/compare/v0.10.5...v0.10.6) - 2026-03-22 Many Fix/improvements for using `tsk` on Ubuntu/Linux. Fixes container image build diff --git a/Cargo.lock b/Cargo.lock index ea51537..0ca53d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3061,7 +3061,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tsk-ai" -version = "0.10.6" +version = "0.10.7" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3f5f6cb..d3bb2a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsk-ai" -version = "0.10.6" +version = "0.10.7" edition = "2024" authors = ["Danny Tormoen "] description = "tsk-tsk: keeping your agents out of trouble with sandboxed coding agent automation"