Skip to content

Commit fc5a7c7

Browse files
Cut 2.1.0
1 parent 68c7031 commit fc5a7c7

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
"1.8.0": "messages/1.8.0.txt",
3939
"1.9.0": "messages/1.9.0.txt",
4040
"2.0.0": "messages/2.0.0.txt",
41+
"2.1.0": "messages/2.1.0.txt",
4142
"install": "messages/install.txt"
4243
}

messages/2.1.0.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=> 2.1.0
2+
3+
# Features
4+
5+
- Add `refactoring_auto_save` setting to save modified files after applying a refactoring (#2433) (Janos Wortmann)
6+
7+
# Fixes and Improvements
8+
9+
- Respect semantic token capability when dynamically registered (#2453) (Rafał Chłodnicki)
10+
- Use caret for point to look up symbol (#2440) (Troels Bjørnskov)
11+
- Various typing improvements (#2446, #2450, #2456, #2458, #2460, #2459) (Janos Wortmann, Jack Cherng, deathaxe)

plugin/core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (2, 0, 0)
1+
__version__ = (2, 1, 0)

0 commit comments

Comments
 (0)