Skip to content

2.7.0

Compare
Choose a tag to compare
@hypirion hypirion released this 24 Aug 00:24
· 730 commits to master since this release
2.7.0
c5d95b7
  • Add PowerShell script for Windows users. (Brian Lalonde)
  • Run :prep-tasks before lein test, so generated test namespaces will be tested. (Martin Reck)
  • Better error message when attempting to do lein run without project.clj. (Eduardo Seabra Silva)
  • Add support for :managed-dependencies. (Chris Price)
  • Provide the current clojars certificate. (Toby Crawley)
  • Add *eval-print-dup* to evaluate forms passed to eval-in-leiningen with *print-dup*. (Eduardo Seabra Silva)
  • Update bash completions. (Zack Dever)
  • Respect :scm :dir in lein vcs commands. (Ian Kerins)
  • Improve whitespace handling from JVM_OPTS. (Stephen Nelson)
  • Catch and handle fixture errors during lein test. (Alex Hall)
  • Fix a bug where spaces in directory names on Windows caused crashes. (Leon Mergen, Tobias Kiertscher, Jean Niklas L'orange)
  • Fix a bug where lein search would take forever downloading clojars.org. (Paul Dorman)
  • Retain user defined private repositories when building jars, uberjars and deploy. (Rick Moynihan)
  • Honor whitelist settings when lein javac is called via lein jar. (Chris Price)
  • lein vsc push for git will now only push branch-related tags. (Łukasz Klich)