Releases: technomancy/leiningen
Releases · technomancy/leiningen
2.4.2
2.4.2 / 2014-06-15
- Fix a bug preventing out-of-project runs. (Phil Hagelberg)
- Only load Clojars SSL cert on-demand to improve boot time. (Phil Hagelberg)
2.4.1
2.4.1 / 2014-06-15
- Don't commit untracked files in
lein vcs commit. (Phil Hagelberg) - Expose
pom.propertiesfor access to version number during development. (Phil Hagelberg) - Fix a bug where
:mirrorscould not be configured. (Phil Hagelberg) - Only load Clojars SSL cert on-demand to improve boot time. (Phil Hagelberg)
- Fix a bug preventing the release task from loading. (Phil Hagelberg)
2.4.0
2.4.0 / 2014-06-09
- Allow aliases to splice in values from the project map. (Phil Hagelberg)
- Allow plugins to override built-in tasks. (Phil Hagelberg)
- Add
releasetask for automating common release steps. (Wayne Warren, Chris Truter, Phil Hagelberg) - Add
changetask for programmatcproject.cljmanipulation. (Chris Truter, Max Barnash) - Abort when
defprojectcontains duplicate keys. (Peter Garbers) - Add
vcstask to automate version control. (Phil Hagelberg, Wayne Warren) - Automatically
cleanbeforedeployto avoid AOT in libraries. (Phil Hagelberg) - Emit warnings to stderr. (Andy Chambers)
- Use
clojure.mainfor uberjars that don't declare their own:main. (Phil Hagelberg) - Allow templates to load from
:plugin-repositories. (Phil Hagelberg) - Fix a race condition on printing during dependency resolution. (Phil Hagelberg)
- Allow
newtemplates to operate on existing directories with--forceoption. (Matthew Blair) - Fix
searchtask to allow queries on multiple fields. (Colin Jones) - Fix a bug where errors in
runtask were mis-reported. (Gary Fredericks) - Report download progress of search indices. (Matthew Blair)
- Protection from harmful
:clean-targetssettings. (Craig McDaniel) - Faster loading of help text. (David Grayson, Ryan Mulligan)
- Add
LEIN_SILENToption to suppress*info*output. (Phil Hagelberg)