Skip to content

Commit

Permalink
Cut 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Aug 21, 2021
1 parent 7eb5367 commit 8355aff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.6.1": "messages/1.6.1.txt",
"1.7.0": "messages/1.7.0.txt",
"1.8.0": "messages/1.8.0.txt",
"1.9.0": "messages/1.9.0.txt",
"install": "messages/install.txt"
}
13 changes: 13 additions & 0 deletions messages/1.9.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=> 1.9.0

# Fixes and Features

- Fix typo in release.py (Brenton Bostick)
- Make code lenses have the same behavior for both variants (#1825) (Raoul Wols)
- Advertise that we only do "adjust indentation" for completions (Raoul Wols)
- Fix inconsistency in indent adjustment behavior when completing (Raoul Wols)
- Update client configuration docs (Raoul Wols)
- Always clear undo stack after a mutation on any panel (#1824) (Raoul Wols)
- Implement labelDetailsSupport (#1827) (Raoul Wols)
- Strip carriage returns in completion insertions as well (Raoul Wols)
- Pass ignore patterns obtained from ST to the file watcher (#1823) (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, 8, 0)
__version__ = (1, 9, 0)

0 comments on commit 8355aff

Please sign in to comment.