Skip to content

Commit

Permalink
Releasing v2.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Oct 15, 2019
1 parent cff7b36 commit c973878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
Changes to Calva.

## [Unreleased]

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

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

## [2.0.49] - 10.11.2019
Expand Down
2 changes: 1 addition & 1 deletion docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Smaller changes:
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:

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

0 comments on commit c973878

Please sign in to comment.