Skip to content

Commit

Permalink
Update list of contributors, changelog, and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Nov 10, 2019
1 parent c95155a commit da13726
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 0.11.0

Adds ability to evaluate blocks of code without selection [61](https://github.com/avli/clojureVSCode/issues/61):

![eval-block](https://user-images.githubusercontent.com/1375411/68340984-874bc280-00f8-11ea-9eea-34c7160b8c05.gif)

Use the "Clojure: Eval and show the result command" for evaluation of the current
code block and "Clojure: Eval" for the outer.

Fixes the issue with completion in the middle of a line [139](https://github.com/avli/clojureVSCode/issues/139).

# Version 0.10.5

Fix namespace evaluation for modules beginning with a semicolon.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
- [Nikita Prokopov](https://github.com/tonsky)
- [Alessandro Decina](https://github.com/alessandrod)
- [Marc O'Morain](https://github.com/marcomorain)
- [Andrey Bogoyavlensky](https://github.com/abogoyavlensky)

## License

Expand Down
6 changes: 5 additions & 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.10.5",
"version": "0.11.0",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down Expand Up @@ -44,6 +44,10 @@
{
"name": "Marc O'Morain",
"email": "github.com@marcomorain.com"
},
{
"name": "Andrey Bogoyavlensky",
"email": "abogoyavlensky@gmail.com"
}
],
"license": "MIT",
Expand Down

0 comments on commit da13726

Please sign in to comment.