Skip to content

Commit

Permalink
Cut 4070-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jul 9, 2020
1 parent 274adf1 commit b1c7dda
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4070-1.0.2
4070-1.0.3
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"4070-1.0.0": "messages/4070-1.0.0.txt",
"4070-1.0.1": "messages/4070-1.0.1.txt",
"4070-1.0.2": "messages/4070-1.0.2.txt",
"4070-1.0.3": "messages/4070-1.0.3.txt",
"install": "messages/install.txt"
}
10 changes: 10 additions & 0 deletions messages/4070-1.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
=> 4070-1.0.3

- Strip away carriage returns (Raoul Wols)
- Work around spec bugs for PowerShellEditorServices (#1181) (Raoul Wols)
- Work around broken language servers for textDocument/rename (#1178) (Raoul Wols)
- Import typing based on version rather than try/except (Rafał Chłodnicki)
- Remove the session views lock (#1169) (Raoul Wols)
- Fix broken LspResolveDocs run command (Raoul Wols)
- Log panel improvements (#1167) (Raoul Wols)
- Prefer to show most severe diagnostic when multiple overlap (#1168) (Rafał Chłodnicki)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 0, 2)
__version__ = (1, 0, 3)

0 comments on commit b1c7dda

Please sign in to comment.