Skip to content

Releases: amperity/lein-monolith

1.10.0

03 Jun 18:34
15b2c13
Compare
Choose a tag to compare

What's Changed

  • Implement higher-order task with-dependency-set by @scgerkin in #97

New Contributors

Full Changelog: 1.9.1...1.10.0

1.9.1

17 Apr 19:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0 Release

07 Dec 23:22
1.9.0
cfd59d6
Compare
Choose a tag to compare

Added

  • Dependency sets can now be defined in the metaproject, and projects can opt into
    them with the :monolith/dependency-set key.
    #93

1.7.1 Release

01 Jun 16:59
Compare
Choose a tag to compare

Changed

  • Bumped dependency versions.

1.7.0 Release

11 Jun 21:10
Compare
Choose a tag to compare

Changes in this release:

Added

  • The :project-dirs pattern can now support recursive subdirectories with
    a double-wildcard .../** syntax.
    #85

Fixed

  • Fingerprinting will now correctly track Java files as project source files.
    #87