Bump version for future release

pull/4417/head
JenChieh 2024-04-05 20:56:28 -07:00
parent a478e03cd1
commit 0f85b3854d
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
* Changelog
** Unreleased 9.0.1
** 9.0.0
* Add language server config for QML (Qt Modeling Language) using qmlls.
* Add new configuration options for lsp-html. Now able to toggle documentation hovers. Custom data is no longer experimental, and is now a vector.

2
Eask
View File

@ -1,5 +1,5 @@
(package "lsp-mode"
"9.0.0"
"9.0.1"
"LSP mode")
(website-url "https://github.com/emacs-lsp/lsp-mode")

View File

@ -5,7 +5,7 @@
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
;; Keywords: languages
;; 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"))
;; Version: 9.0.0
;; Version: 9.0.1
;; URL: https://github.com/emacs-lsp/lsp-mode
;; This program is free software; you can redistribute it and/or modify