• 2.10.0 64e02a842e

    2.10.0 Stable

    technomancy released this 2022-12-09 18:18:20 +00:00 | 22 commits to main since this release

    2.10.0 / 2022-12-09

    • Update to nREPL 1.0.0 (Phil Hagelberg)
    • Fix a bug where :eval-in :leiningen could suppress test exit code. (Phil Hagelberg)
    • Add the ability to sign deployed files using SSH keys, not just GPG. (Phil Hagelberg)
    • Fix a bug where uberjar splices profiles into target path incorrectly. (Phil Hagelberg)
    Downloads
     
  • 2.9.10 3d3570b4e7

    2.9.10 Stable

    technomancy released this 2022-08-10 17:19:43 +00:00 | 47 commits to main since this release

    2.9.10 / 2022-08-09

    • Fix a bug where dev-resources could leak into jars/uberjars. (Phil Hagelberg)
    • Avoid illegal reflective access doing XML parsing in uberjar/search. (Phil Hagelberg)
    Downloads
     
  • 2.9.9 596a0671d1

    2.9.9 Stable

    technomancy released this 2022-08-05 18:08:29 +00:00 | 56 commits to main since this release

    • Migrate the repository from Github to Codeberg. (Phil Hagelberg)
    • Fix a bug in new where template group-ids could be ignored. (Phil Hagelberg)
    • Work around a change in Java 9 which broke template listing. (Phil Hagelberg)
    • Fix a bug in pedantic checks which resulted in infinite loops. (Phil Hagelberg)
    • Prevent module-info.class files from being included in uberjars. (Phil Hagelberg)
    • Prevent duplicate warnings in resource-paths when creating jars. (Phil Hagelberg)
    • Fix an issue with check where AOT would shadow reflection warnings. (Phil Hagelberg)
    • Allow change to edit dependency versions. (Eric Schoen)
    • Fix a bug where composite profiles would leak dependencies downstream. (Phil Hagelberg)
    • Allow repl to bind to filesystem sockets via :headless :socket PATH (Rob Browning)
    Downloads