Skip to content

Commit

Permalink
Cut 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Apr 12, 2022
1 parent 45d4a9b commit 0d3d881
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.1
1.16.2
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"1.15.0": "messages/1.15.0.txt",
"1.16.0": "messages/1.16.0.txt",
"1.16.1": "messages/1.16.1.txt",
"1.16.2": "messages/1.16.2.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
12 changes: 12 additions & 0 deletions messages/1.16.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=> 1.16.2

# Features and Fixes

- Fix LspShowScopeNameCommand for the new ContextStackFrame type (#1961) (Raoul Wols)
- Skip empty stderr messages, don't break on them (Shane Moore)
- Guard for overflow of the column offset when applying edits (#1952) (Raoul Wols)
- Fix "side by side go-to" if file is already open (#1950) (Rafał Chłodnicki)
- doc: Update Go instructions (Lucas Alber)
- doc: Update documentation for LSP-ltex-ls (Lucas Alber)
- doc: Add documentation for quick-lint-js language server (Matthew "strager" Glazar)
- doc: Reorganize documentation for JavaScript/TypeScript (Matthew "strager" Glazar)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 16, 1)
__version__ = (1, 16, 2)

0 comments on commit 0d3d881

Please sign in to comment.