Skip to content

Commit 8e52cc0

Browse files
committed
Bump version to 1.3.0
1 parent eaaa2e0 commit 8e52cc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to the language server will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [1.2.0]
7+
- Support for renaming
8+
- Improved semantic highlighting for enum members
9+
- Improved region code folding
10+
611
## [1.1.2]
712
- Support for semantic highlighting
813
- Improved source jar lookup support

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.2.0
1+
projectVersion=1.3.0
22
kotlinVersion=1.5.20
33
exposedVersion=0.32.1
44
lsp4jVersion=0.12.0

0 commit comments

Comments
 (0)