Skip to content

Commit a2933c1

Browse files
committed
Update changelog, bump version
1 parent 0150079 commit a2933c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.9
2+
3+
Hotfix that detaches nREPL process on UNIX and non-detached one on Windows [56](https://github.com/avli/clojureVSCode/issues/56).
4+
15
# Version 0.7.8
26

37
Fixes the troubles with a hanging Java process [56](https://github.com/avli/clojureVSCode/issues/56).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clojure",
33
"displayName": "Clojure",
44
"description": "Clojure nREPL support for Visual Studio Code",
5-
"version": "0.7.8",
5+
"version": "0.7.9",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",

0 commit comments

Comments
 (0)