From 191c73d71599a03a69ed2c34c73d327c5866b174 Mon Sep 17 00:00:00 2001 From: Clojure LSP Bot Date: Tue, 31 Oct 2023 11:26:13 +0000 Subject: [PATCH] Release: 1.4.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- project.clj | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23263b..9494125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.4.1 + +- Bump clojure-lsp to 2023.10.30-16.25.41 + ## 1.4.0 - Adds compatibility with pedantic. #7 diff --git a/README.md b/README.md index 51b7bd6..4b7dc3b 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.0"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.1"]] ``` ## Usage diff --git a/project.clj b/project.clj index 97cb289..e22731c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.0" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.1" :description "Lein plugin to run clojure-lsp features via API." :url "https://clojure-lsp.github.io/clojure-lsp" :license {:name "MIT" @@ -11,4 +11,4 @@ :sign-releases false}]] :managed-dependencies [[com.fasterxml.jackson.core/jackson-core "2.15.2"] [org.clojure/tools.cli "1.0.219"]] - :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.08.06-00.28.06"]]) + :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.10.30-16.25.41"]])