Skip to content

Commit 0f85b38

Browse files
committed
Bump version for future release
1 parent a478e03 commit 0f85b38

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* Changelog
2+
** Unreleased 9.0.1
3+
24
** 9.0.0
35
* Add language server config for QML (Qt Modeling Language) using qmlls.
46
* Add new configuration options for lsp-html. Now able to toggle documentation hovers. Custom data is no longer experimental, and is now a vector.

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "lsp-mode"
2-
"9.0.0"
2+
"9.0.1"
33
"LSP mode")
44

55
(website-url "https://github.com/emacs-lsp/lsp-mode")

lsp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
66
;; Keywords: languages
77
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.3") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (eldoc "1.11"))
8-
;; Version: 9.0.0
8+
;; Version: 9.0.1
99

1010
;; URL: https://github.com/emacs-lsp/lsp-mode
1111
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)