From 9c39f0f8970b77d9a79e24f8e6ebb77e2553b7ce Mon Sep 17 00:00:00 2001 From: Benedek Fazekas Date: Fri, 1 Jan 2021 12:18:12 +0000 Subject: [PATCH] prepare 0.5.2 --- 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 c1d6763..2d60312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.5.2 + ### Bug fixes - [Fix [#44](https://github.com/benedekfazekas/mranderson/issues/44)] Ignore invalid duplicates where file location does not match namespace declaration -- thanks @xsc diff --git a/README.md b/README.md index 74790ae..0d935d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Use it if you have dependency conflicts and don't care to solve them. In **unres ## Usage -MrAnderson is a leiningen plugin. Put `[thomasa/mranderson "0.5.1"]` into the `:plugins` vector of your project.clj. You can also use it directly not as a leiningen plugin, see [conjure-deps](https://github.com/Olical/conjure-deps) for an example. +MrAnderson is a leiningen plugin. Put `[thomasa/mranderson "0.5.2"]` into the `:plugins` vector of your project.clj. You can also use it directly not as a leiningen plugin, see [conjure-deps](https://github.com/Olical/conjure-deps) for an example. Mark some of the dependencies in your dependencies vector in the project's `project.clj` with `^:inline-dep` meta tag. For example: diff --git a/project.clj b/project.clj index c831c16..2236f63 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject thomasa/mranderson "0.5.2-SNAPSHOT" +(defproject thomasa/mranderson "0.5.2" :description "Dependency inlining and shadowing tool." :url "https://github.com/benedekfazekas/mranderson" :license {:name "Eclipse Public License"