Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
subnut committed Mar 16, 2023
1 parent 325ac6f commit 8bf6f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from simple_websocket_server import WebSocket
from simple_websocket_server import WebSocketServer

BUILD_VERSION: str = "v0.4.0"
BUILD_VERSION: str = "v0.4.1"

WINDOWS: bool = os.name == "nt"
LOCALHOST: str = "127.0.0.1" if WINDOWS else "localhost"
Expand Down
2 changes: 1 addition & 1 deletion binary_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0
v0.4.1

0 comments on commit 8bf6f96

Please sign in to comment.