Skip to content

Commit c973878

Browse files
committed
Releasing v2.0.51
1 parent cff7b36 commit c973878

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
Changes to Calva.
33

44
## [Unreleased]
5+
6+
## [2.0.51] - 10.15.2019
57
- [Toggle the "Use WSL" setting requires extension restart to effect definition provider](https://github.com/BetterThanTomorrow/calva/issues/397)
68
- [Go to Definition and Peek Definition not working on Windows 10 when using WSL](https://github.com/BetterThanTomorrow/calva/issues/132)
79
- [Hightlight extension settings are uninitialized if no closure editor active on activation ](https://github.com/BetterThanTomorrow/calva/issues/401)
810
- [Overly aggressive paredit in REPL window](https://github.com/BetterThanTomorrow/calva/issues/255)
911
- [REPL window use it own set of paredit hotkeys and these are not configurable](https://github.com/BetterThanTomorrow/calva/issues/260)
1012
- [Completion in REPL window should work like in the editor](https://github.com/BetterThanTomorrow/calva/issues/394)
1113

12-
## [2.0.50] - 10.11.2019
14+
## [2.0.50] - 10.15.2019
1315
- Move user documentation from the wiki to: https://calva.readthedocs.io/
1416

1517
## [2.0.49] - 10.11.2019

docs/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Smaller changes:
4040
When a VSIX is good enough for release, and someone authorized to commit to the `master` branch has _at least half an hour of spare time_, the following will bring it to the Marketplace:
4141

4242
1. Checkout `dev`
43-
1. Tag with `v<VERSION>`
43+
1. Tag with `v<VERSION>` (must provide tag message)
4444
1. Push `dev` (Using `--follow-tags`).
4545
* This will build the release VSIX, push a release to GitHub, and publish it on the extension Marketplace.
4646
* You'll get an e-mail when it is published.

0 commit comments

Comments
 (0)