Skip to content

Commit

Permalink
1.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DCardenasAmp committed Dec 7, 2023
1 parent 8cdd9d2 commit cfd59d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]
## [1.9.0] - 2023-12-07

### Added
- Dependency sets can now be defined in the metaproject, and projects can opt into
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.9.0-SNAPSHOT"]
[[lein-monolith "1.9.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.9.0-SNAPSHOT"
(defproject lein-monolith "1.9.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 cfd59d6

Please sign in to comment.