Skip to content

Commit

Permalink
Set release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Nov 8, 2019
1 parent 0acc1e5 commit e673d52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...

## [1.4.0] - 2019-11-08

### Fixed
- When an exception is thrown during an `each :endure` iteration, the stack
trace is printed immediately instead of swallowing the error.
Expand Down Expand Up @@ -231,7 +235,8 @@ instead of loading them all before running any commands.

Initial project release

[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.3.2...HEAD
[Unreleased]: https://github.com/amperity/lein-monolith/compare/1.4.0...HEAD
[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
[1.3.1]: https://github.com/amperity/lein-monolith/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/amperity/lein-monolith/compare/1.2.2...1.3.0
Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description "Overarching example project."

:plugins
[[lein-monolith "1.3.3-SNAPSHOT"]
[[lein-monolith "1.4.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.3.3-SNAPSHOT"
(defproject lein-monolith "1.4.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 e673d52

Please sign in to comment.