Skip to content

Commit 304105f

Browse files
committed
Update readme. Bump version
1 parent c0e6e36 commit 304105f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.1
2+
3+
Fixes the links to the images in README.md.
4+
15
# Version 0.7.0
26

37
Adds embedded nREPL functionality – no need to connect manually anymore.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ will start and connect to nREPL and enjoy :-)
1414

1515
* Code completion
1616

17-
![Code completion example](https://github.com/avli/clojureVSCode/blob/master/images/code%20completion%20example.png)
17+
![Code completion example](https://github.com/avli/clojureVSCode/raw/master/images/code%20completion%20example.png)
1818

1919
* Code navigation
2020

21-
![Code navigationtion example](https://github.com/avli/clojureVSCode/blob/master/images/code%20navigation%20example.png)
21+
![Code navigationtion example](https://github.com/avli/clojureVSCode/raw/master/images/code%20navigation%20example.png)
2222

2323
* Interaction with REPL
2424
* Showing documentation on hover
2525
* Function signatures
2626

27-
![Code completion example](https://github.com/avli/clojureVSCode/blob/master/images/function%20signature%20example.png)
27+
![Code completion example](https://github.com/avli/clojureVSCode/raw/master/images/function%20signature%20example.png)
2828

2929
## Features That Are not Supported (But Nice to Have)
3030

package.json

Lines changed: 1 addition & 1 deletion
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.0",
5+
"version": "0.7.1",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",

0 commit comments

Comments
 (0)