Skip to content

Commit 17505b9

Browse files
committed
Update readme, changelog and bump version
1 parent 304105f commit 17505b9

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version 0.7.1
22

3+
Fixes README.md formatting to display correctly on the Visual Studio Marketplace web-site.
4+
5+
# Version 0.7.1
6+
37
Fixes the links to the images in README.md.
48

59
# Version 0.7.0

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ I'm trying, believe me!
66

77
## Quickstart
88

9-
Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open
10-
a Clojure file or project, wait until the extension, wait until the extension
11-
will start and connect to nREPL and enjoy :-)
9+
Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open a Clojure file or project, wait until the extension, wait until the extension will start and connect to nREPL and enjoy :-)
1210

1311
## Supported Features
1412

@@ -33,11 +31,7 @@ will start and connect to nREPL and enjoy :-)
3331

3432
## How to Contribute
3533

36-
Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to
37-
propose new features and ideas or to report bugs. If you want to help with some
38-
code and looking for a place to start, please check out the
39-
[How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution)
40-
wiki page.
34+
Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to propose new features and ideas or to report bugs. If you want to help with some code and looking for a place to start, please check out the [How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution) wiki page.
4135

4236
## Thanks
4337

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.1",
5+
"version": "0.7.2",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",

0 commit comments

Comments
 (0)