Skip to content

Commit 28768c6

Browse files
committed
Bump
1 parent 2b98002 commit 28768c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Not released
44

5+
## 0.8.0
6+
7+
- Use RubyVM::InstructionSequence.compile instead of open3
58

69
## 0.7.0
710

lib/language_server/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LanguageServer
2-
VERSION = "0.7.0"
2+
VERSION = "0.8.0"
33
end

0 commit comments

Comments
 (0)