Skip to content

Commit

Permalink
Set patch version 1.6.1, update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Oct 10, 2020
1 parent 85bc5ee commit 7f54fdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
...


## [1.6.0] - 2020-10-09
## [1.6.1] - 2020-10-09

### Changed
- The `lint` task now only considers dependency names and versions for
Expand All @@ -35,9 +35,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
before iteration starts.
[#36](https://github.com/amperity/lein-monolith/issues/36)
[#74](https://github.com/amperity/lein-monolith/pull/74)
- Initializing subprojects in `each` tasks has been optimized to prevent
repeated loading of the metaproject.
[#82](https://github.com/amperity/lein-monolith/pull/82)

### Added
- The monolith settings can now use `:inherit-raw` and `:inherit-leaky-raw` to
Expand Down Expand Up @@ -305,8 +302,8 @@ instead of loading them all before running any commands.
Initial project release


[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.6.0...HEAD
[1.6.0]: https://github.com/amperity/lein-monolith/compare/1.5.0...1.6.0
[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.6.1...HEAD
[1.6.1]: https://github.com/amperity/lein-monolith/compare/1.5.0...1.6.1
[1.5.0]: https://github.com/amperity/lein-monolith/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/amperity/lein-monolith/compare/1.3.2...1.4.0
[1.3.2]: https://github.com/amperity/lein-monolith/compare/1.3.1...1.3.2
Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version++" ["version+"]}

:plugins
[[lein-monolith "1.6.0"]
[[lein-monolith "1.6.1"]
[lein-pprint "1.2.0"]]

:dependencies
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-SNAPSHOT"
(defproject lein-monolith "1.6.1"
: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 7f54fdf

Please sign in to comment.