Skip to content

Commit da13726

Browse files
committed
Update list of contributors, changelog, and bump version
1 parent c95155a commit da13726

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 0.11.0
2+
3+
Adds ability to evaluate blocks of code without selection [61](https://github.com/avli/clojureVSCode/issues/61):
4+
5+
![eval-block](https://user-images.githubusercontent.com/1375411/68340984-874bc280-00f8-11ea-9eea-34c7160b8c05.gif)
6+
7+
Use the "Clojure: Eval and show the result command" for evaluation of the current
8+
code block and "Clojure: Eval" for the outer.
9+
10+
Fixes the issue with completion in the middle of a line [139](https://github.com/avli/clojureVSCode/issues/139).
11+
112
# Version 0.10.5
213

314
Fix namespace evaluation for modules beginning with a semicolon.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
104104
- [Nikita Prokopov](https://github.com/tonsky)
105105
- [Alessandro Decina](https://github.com/alessandrod)
106106
- [Marc O'Morain](https://github.com/marcomorain)
107+
- [Andrey Bogoyavlensky](https://github.com/abogoyavlensky)
107108

108109
## License
109110

package.json

+5-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.10.5",
5+
"version": "0.11.0",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",
@@ -44,6 +44,10 @@
4444
{
4545
"name": "Marc O'Morain",
4646
"email": "[email protected]"
47+
},
48+
{
49+
"name": "Andrey Bogoyavlensky",
50+
"email": "[email protected]"
4751
}
4852
],
4953
"license": "MIT",

0 commit comments

Comments
 (0)