Skip to content

Commit

Permalink
Cut 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Dec 2, 2020
1 parent e78b3a0 commit c8b2476
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
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.0.19": "messages/1.0.19.txt",
"1.1.0": "messages/1.1.0.txt",
"1.2.0": "messages/1.2.0.txt",
"1.2.1": "messages/1.2.1.txt",
"install": "messages/install.txt"
}
9 changes: 9 additions & 0 deletions messages/1.2.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=> 1.2.1

Features:
- Add Plugin API for overriding requests and notifications (Rafał Chłodnicki)
- Add all base scopes from PackageDev (Raoul Wols)

Fixes:
- Fix: server capability is codeAction.resolveProvider (Raoul Wols)
- Allow "enabled" property in plugin schemas (#1502) (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, 2, 0)
__version__ = (1, 2, 1)

0 comments on commit c8b2476

Please sign in to comment.