Skip to content

Commit 1802ecb

Browse files
grantmcdermottrandy3k
authored andcommitted
fix(sess): keep sess version locked to extension version
The previous commit bumped sess to 3.0.1 to force needs_install on reattach, but a test asserts sess DESCRIPTION version equals the base extension version in package.json (currently 3.0.0-rc.0 -> 3.0.0). The standalone bump broke that invariant on all three test runners. Revert sess to 3.0.0. The reconnect fix still ships with this branch's release; version lockstep with the extension is left to the maintainers' release process rather than bumped independently here.
1 parent b904965 commit 1802ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sess/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: sess
22
Type: Package
33
Title: Modern R IPC Server
4-
Version: 3.0.1
4+
Version: 3.0.0
55
Author: Gemini
66
Maintainer: Gemini <gemini@example.com>
77
Description: Implements a high-performance IPC client for R sessions using Unix domain sockets and Windows named pipes. Replaces legacy file-system watcher based workflows while keeping JSON-RPC communication semantics for IDE/editor integration.

0 commit comments

Comments
 (0)