Skip to content

Commit

Permalink
Update CHANGELOG and bump SNAPSHOT version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Dec 16, 2020
1 parent cf1d40d commit 47e31f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 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"
Expand Down

0 comments on commit 47e31f3

Please sign in to comment.