Skip to content

Commit 0c2374f

Browse files
chore: release 0.138.27
1 parent ab6d078 commit 0c2374f

36 files changed

Lines changed: 81 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to Signet are documented here.
66

77
Surface summary of the most recent release dates. See the release ledger below for exact version-by-version history.
88

9+
### 2026-06-10
10+
- Bug fixes: ship connector plugin assets + rename session_search (#831).
11+
912
### 2026-06-09
1013
- Bug fixes: correct repo URL to Signet-AI/signetai; restore signet-mcp stdio JSON-RPC server (#826).
1114
- Docs: rewrite root vision and agents policy for current surface.
@@ -28,11 +31,17 @@ Surface summary of the most recent release dates. See the release ledger below f
2831
- Refactoring: remove forge runtime.
2932
- Docs: nitpick; add missing contributors.
3033

31-
### 2026-05-30
32-
- Bug fixes: show macos window on launch.
33-
3434
## Release Ledger
3535

36+
## [0.138.27] - 2026-06-10
37+
38+
Release summary: 1 bug fix.
39+
Tag range: `v0.138.26..v0.138.27`.
40+
41+
### Bug Fixes
42+
43+
- **hermes-agent**: ship connector plugin assets + rename session_search (#831) (#833)
44+
3645
## [0.138.26] - 2026-06-09
3746

3847
Release summary: 1 bug fix.

bun.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/signetai-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-darwin-arm64",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native binary for macOS arm64",
55
"os": [
66
"darwin"

dist/signetai-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-darwin-x64",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native binary for macOS x64",
55
"os": [
66
"darwin"

dist/signetai-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-linux-arm64",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native binary for Linux arm64",
55
"os": [
66
"linux"

dist/signetai-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-linux-x64",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native binary for Linux x64",
55
"os": [
66
"linux"

dist/signetai-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai-win32-x64",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native binary for Windows x64",
55
"os": [
66
"win32"

dist/signetai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signetai",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet native CLI installer wrapper",
55
"type": "module",
66
"bin": {

integrations/claude-code/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-claude-code",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet connector for Claude Code (Anthropic CLI)",
55
"type": "module",
66
"main": "./dist/index.js",

integrations/codex/connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signet/connector-codex",
3-
"version": "0.138.26",
3+
"version": "0.138.27",
44
"description": "Signet connector for Codex CLI",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)