Skip to content

Commit

Permalink
Release 1.10.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
scgerkin authored Jun 3, 2024
1 parent 0653818 commit 15b2c13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...


## [1.10.0] - 2024-06-03

### Added
- Adds higher order task, `with-dependency-set`, that allows running a task with a
dependency set defined in the metaproject.
Expand Down Expand Up @@ -361,7 +366,8 @@ instead of loading them all before running any commands.
Initial project release


[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.9.1...HEAD
[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.10.0...HEAD
[1.10.0]: https://github.com/amperity/lein-monolith/compare/1.9.1...1.10.0
[1.9.1]: https://github.com/amperity/lein-monolith/compare/1.9.0...1.9.1
[1.9.0]: https://github.com/amperity/lein-monolith/compare/1.8.0...1.9.0
[1.8.0]: https://github.com/amperity/lein-monolith/compare/1.7.1...1.8.0
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.10.0-SNAPSHOT"]
[[lein-monolith "1.10.0"]
[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.10.0-SNAPSHOT"
(defproject lein-monolith "1.10.0"
: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 15b2c13

Please sign in to comment.