From 7ceda752d21c20d9cb2e50e8e4199bcb9e80444d Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Tue, 19 Mar 2024 13:28:51 -0300 Subject: [PATCH] Release: 1.4.7 --- CHANGELOG.md | 2 ++ README.md | 2 +- project.clj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6185801..29085cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.4.7 + - Support overriding settings. #9 ## 1.4.6 diff --git a/README.md b/README.md index 5d45e4a..b01ca93 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API. Add the plugin to your `project.clj`: ```clojure -:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.6"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.7"]] ``` ## Usage diff --git a/project.clj b/project.clj index ad02e85..861f8de 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.6" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.7" :description "Lein plugin to run clojure-lsp features via API." :url "https://clojure-lsp.github.io/clojure-lsp" :license {:name "MIT"