Skip to content

Commit 8aa8b17

Browse files
committed
Bump version
1 parent 942eeec commit 8aa8b17

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.org

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* Changelog
22

3-
** Unreleased
3+
** Unreleased 9.0.1
4+
5+
** 9.0.0
46
- Disable sideline code actions and doc on cursor hover to reduce noise features.
57
- Allow customisation for the imenu buffer position (#718)
68
- Fix sideline alignment with text-scale (#719)

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "lsp-ui"
2-
"8.0.1"
2+
"9.0.0"
33
"UI modules for lsp-mode")
44

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

lsp-ui.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Keywords: languages, tools
88
;; URL: https://github.com/emacs-lsp/lsp-ui
99
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3"))
10-
;; Version: 8.0.1
10+
;; Version: 9.0.0
1111

1212
;;; License
1313
;;

0 commit comments

Comments
 (0)