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.7.10"
".": "0.7.11"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.11](https://github.com/vibecook-dev/truffle/compare/truffle-v0.7.10...truffle-v0.7.11) (2026-07-28)


### Bug Fixes

* **ci:** keep the release train on GitHub-hosted runners ([#181](https://github.com/vibecook-dev/truffle/issues/181)) ([bf476cf](https://github.com/vibecook-dev/truffle/commit/bf476cfeb979bae0141ad6d090d12a807316e924))

## [0.7.10](https://github.com/vibecook-dev/truffle/compare/truffle-v0.7.9...truffle-v0.7.10) (2026-07-28)


Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ tauri-plugin = { version = "2", features = ["build"] }
ureq = "3"

# Internal crates
truffle-core = { version = "0.7.10", path = "crates/truffle-core" } # x-release-please-version
truffle-sidecar = { version = "0.7.10", path = "crates/truffle-sidecar" } # x-release-please-version
truffle-core = { version = "0.7.11", path = "crates/truffle-core" } # x-release-please-version
truffle-sidecar = { version = "0.7.11", path = "crates/truffle-sidecar" } # x-release-please-version

# Dev / test
# (tokio dev features are added per-crate via `features = [...]`)
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truffle-cli"
version = "0.7.10" # x-release-please-version
version = "0.7.11" # x-release-please-version
edition.workspace = true
description = "CLI tool for Truffle mesh networking (Node API)"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truffle-core"
version = "0.7.10" # x-release-please-version
version = "0.7.11" # x-release-please-version
edition.workspace = true
rust-version.workspace = true
description = "Truffle mesh networking core (clean architecture)"
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truffle-napi"
version = "0.7.10" # x-release-please-version
version = "0.7.11" # x-release-please-version
edition.workspace = true
description = "NAPI-RS bindings for truffle-core (published to npm, not crates.io)"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native-darwin-arm64",
"version": "0.7.10",
"version": "0.7.11",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native-darwin-x64",
"version": "0.7.10",
"version": "0.7.11",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native-linux-arm64-gnu",
"version": "0.7.10",
"version": "0.7.11",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native-linux-x64-gnu",
"version": "0.7.10",
"version": "0.7.11",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native-win32-x64-msvc",
"version": "0.7.10",
"version": "0.7.11",
"cpu": [
"x64"
],
Expand Down
4 changes: 2 additions & 2 deletions crates/truffle-napi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/truffle-napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-native",
"version": "0.7.10",
"version": "0.7.11",
"description": "Mesh networking for local-first apps, built on Tailscale (native addon)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion crates/truffle-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truffle-sidecar"
version = "0.7.10" # x-release-please-version
version = "0.7.11" # x-release-please-version
edition.workspace = true
rust-version.workspace = true
description = "Auto-downloads the truffle mesh networking sidecar binary at build time"
Expand Down
6 changes: 3 additions & 3 deletions crates/truffle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truffle"
version = "0.7.10" # x-release-please-version
version = "0.7.11" # x-release-please-version
edition.workspace = true
rust-version.workspace = true
description = "P2P mesh networking for your devices, built on Tailscale"
Expand All @@ -13,8 +13,8 @@ categories = ["network-programming"]
workspace = true

[dependencies]
truffle-core = { version = "0.7.10", path = "../truffle-core" } # x-release-please-version
truffle-sidecar = { version = "0.7.10", path = "../truffle-sidecar" } # x-release-please-version
truffle-core = { version = "0.7.11", path = "../truffle-core" } # x-release-please-version
truffle-sidecar = { version = "0.7.11", path = "../truffle-sidecar" } # x-release-please-version

[dev-dependencies]
serde_json.workspace = true
2 changes: 1 addition & 1 deletion npm/truffle-sidecar-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-sidecar-darwin-arm64",
"version": "0.7.10",
"version": "0.7.11",
"description": "Truffle sidecar binary for macOS ARM64 (Apple Silicon)",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion npm/truffle-sidecar-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-sidecar-darwin-x64",
"version": "0.7.10",
"version": "0.7.11",
"description": "Truffle sidecar binary for macOS x64 (Intel)",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion npm/truffle-sidecar-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-sidecar-linux-arm64",
"version": "0.7.10",
"version": "0.7.11",
"description": "Truffle sidecar binary for Linux ARM64",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion npm/truffle-sidecar-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-sidecar-linux-x64",
"version": "0.7.10",
"version": "0.7.11",
"description": "Truffle sidecar binary for Linux x64",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion npm/truffle-sidecar-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-sidecar-win32-x64",
"version": "0.7.10",
"version": "0.7.11",
"description": "Truffle sidecar binary for Windows x64",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle",
"version": "0.7.10",
"version": "0.7.11",
"description": "Mesh networking for local-first apps, built on Tailscale",
"license": "MIT",
"author": "James Yong",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/truffle-react",
"version": "0.7.10",
"version": "0.7.11",
"description": "React hooks for Truffle mesh networking",
"license": "MIT",
"author": "James Yong",
Expand Down
Loading