From 47e31f3081dafc517b533ff927be3c7fed0e12dd Mon Sep 17 00:00:00 2001 From: Greg Look Date: Wed, 16 Dec 2020 12:46:23 -0800 Subject: [PATCH] Update CHANGELOG and bump SNAPSHOT version. --- CHANGELOG.md | 5 ++++- project.clj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0389e..0769528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -... +### Added +- The `:project-dirs` pattern can now support recursive subdirectories with + a double-wildcard `.../**` syntax. + [#85](https://github.com/amperity/lein-monolith/pull/85) ## [1.6.1] - 2020-10-09 diff --git a/project.clj b/project.clj index 7638512..a2d2587 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-monolith "1.6.1" +(defproject lein-monolith "1.6.2-SNAPSHOT" :description "Leiningen plugin for managing subrojects within a monorepo." :url "https://github.com/amperity/lein-monolith" :license {:name "Apache License 2.0"