Skip to content

Commit

Permalink
Update changelog. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Mar 10, 2018
1 parent ceae959 commit ebe8300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.9.7

Fixes the behavior of nREPL connection. If a remote nREPL is closed evaluation of code will show the message about it and the connection indicator will be removed.

# Version 0.9.6

Adds the [Connecting to the REPL](https://github.com/avli/clojureVSCode#connecting-to-the-repl) section to README.md and Slightly changes the behavior of the nREPL output channel only bringing it to the foreground on error.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
"version": "0.9.6",
"version": "0.9.7",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down

0 comments on commit ebe8300

Please sign in to comment.