From 8aa8b175fc4cdf2d16f6f3fdb2904e8874610c8a Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 6 Apr 2024 14:19:55 -0700 Subject: [PATCH] Bump version --- CHANGELOG.org | 4 +++- Eask | 2 +- lsp-ui.el | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index d36f2279..33ee86ac 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,8 @@ * Changelog -** Unreleased +** Unreleased 9.0.1 + +** 9.0.0 - Disable sideline code actions and doc on cursor hover to reduce noise features. - Allow customisation for the imenu buffer position (#718) - Fix sideline alignment with text-scale (#719) diff --git a/Eask b/Eask index 005a4649..886c7fb7 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "lsp-ui" - "8.0.1" + "9.0.0" "UI modules for lsp-mode") (website-url "https://github.com/emacs-lsp/lsp-ui") diff --git a/lsp-ui.el b/lsp-ui.el index b7f3fc4d..1a342fee 100644 --- a/lsp-ui.el +++ b/lsp-ui.el @@ -7,7 +7,7 @@ ;; Keywords: languages, tools ;; URL: https://github.com/emacs-lsp/lsp-ui ;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (markdown-mode "2.3")) -;; Version: 8.0.1 +;; Version: 9.0.0 ;;; License ;;