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 11, 2018
1 parent 6ab0df6 commit 4927e7f
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.8

Temporary removes `refactor-nrepl` from the dependencies of the embedded nREPL at least untile [this issue](https://github.com/clojure-emacs/refactor-nrepl/issues/206) won't be fixed.

# 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.
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.7",
"version": "0.9.8",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down

0 comments on commit 4927e7f

Please sign in to comment.