Skip to content

Commit

Permalink
prepare 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekfazekas committed Jan 1, 2021
1 parent 77f7842 commit 9c39f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9c39f0f

Please # to comment.