Skip to content

Commit 8bf6f96

Browse files
committed
Release v0.4.1
- Fix the bug that was fixed in v0.3.2 and reintroduced in v0.4.0 - Reduce default verbosity of logs. We can get more verbose logs on demand by setting the environment variable NVIM_GHOST_VERBOSE_LOGGING
1 parent 325ac6f commit 8bf6f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from simple_websocket_server import WebSocket
2020
from simple_websocket_server import WebSocketServer
2121

22-
BUILD_VERSION: str = "v0.4.0"
22+
BUILD_VERSION: str = "v0.4.1"
2323

2424
WINDOWS: bool = os.name == "nt"
2525
LOCALHOST: str = "127.0.0.1" if WINDOWS else "localhost"

binary_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.0
1+
v0.4.1

0 commit comments

Comments
 (0)