Skip to content

Commit

Permalink
Cut 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed May 20, 2024
1 parent 68c7031 commit fc5a7c7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"1.8.0": "messages/1.8.0.txt",
"1.9.0": "messages/1.9.0.txt",
"2.0.0": "messages/2.0.0.txt",
"2.1.0": "messages/2.1.0.txt",
"install": "messages/install.txt"
}
11 changes: 11 additions & 0 deletions messages/2.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=> 2.1.0

# Features

- Add `refactoring_auto_save` setting to save modified files after applying a refactoring (#2433) (Janos Wortmann)

# Fixes and Improvements

- Respect semantic token capability when dynamically registered (#2453) (Rafał Chłodnicki)
- Use caret for point to look up symbol (#2440) (Troels Bjørnskov)
- Various typing improvements (#2446, #2450, #2456, #2458, #2460, #2459) (Janos Wortmann, Jack Cherng, deathaxe)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (2, 0, 0)
__version__ = (2, 1, 0)

0 comments on commit fc5a7c7

Please sign in to comment.