From 2e58aba73c9e39fa98ab46a2ead50d9ec31961e7 Mon Sep 17 00:00:00 2001 From: vemv Date: Sun, 20 Jun 2021 10:21:58 +0200 Subject: [PATCH] 0.5.2 --- README.md | 14 +++++++++----- resources/EASTWOOD_VERSION | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index efadc7c7..e1a67fed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Dependencies Status](https://versions.deps.co/jonase/eastwood/status.svg)](https://versions.deps.co/jonase/eastwood) [![Downloads](https://versions.deps.co/jonase/eastwood/downloads.svg)](https://versions.deps.co/jonase/eastwood) [![Build Status](https://circleci.com/gh/jonase/eastwood/tree/master.svg?style=shield&circle-token=26d8d2fa593675196734ac6c28ee16e0a9183806)](https://circleci.com/gh/jonase/eastwood) -[![Clojars Project](https://img.shields.io/clojars/v/jonase/eastwood.svg)](https://clojars.org/jonase/eastwood) [![Join the chat at https://gitter.im/eastwood-linter/Lobby](https://badges.gitter.im/eastwood-linter/Lobby.svg)](https://gitter.im/eastwood-linter/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Clojars Project](https://img.shields.io/clojars/v/jonase/eastwood.svg)](https://clojars.org/jonase/eastwood) Picture of Clint Eastwood in 'A Fistful of Dollars' (1964) Please, if encountering an issue in Eastwood, consider reporting it in addition to (or instead of) silencing it. > This way Eastwood can continue to be a precise linter, having as few false positives as possible. -## Change log +## Changelog See the [changes.md](https://github.com/jonase/eastwood/blob/master/changes.md) @@ -2334,7 +2334,7 @@ your local Maven repository: $ cd path/to/eastwood $ lein with-profile +eastwood-plugin install -Then add `[jonase/eastwood "0.2.8"]` (or whatever is the +Then add `[jonase/eastwood "0.5.2"]` (or whatever is the current version number in the defproject line of `project.clj`) to your `:plugins` vector in your `:user` profile, perhaps in your `$HOME/.lein/profiles.clj` file. @@ -2351,6 +2351,8 @@ Eastwood's source code, and each of their copyright and license info is given below. They are all distributed under the Eclipse Public License 1.0. +
+ ### core.cache [core.cache](https://github.com/clojure/core.cache) @@ -2431,3 +2433,5 @@ software. Copyright © 2013-2014 Nicola Mometto, Rich Hickey & contributors. Licensed under the EPL. (See the file epl.html.) + +
diff --git a/resources/EASTWOOD_VERSION b/resources/EASTWOOD_VERSION index 770cb7cc..4970de66 100644 --- a/resources/EASTWOOD_VERSION +++ b/resources/EASTWOOD_VERSION @@ -1,5 +1,5 @@ { :major 0 :minor 5 - :patch 1 + :patch 2 }