diff --git a/lein-pkg b/lein-pkg index 05332c4..d1db1eb 100644 --- a/lein-pkg +++ b/lein-pkg @@ -4,7 +4,7 @@ # It has all the cross-platform stuff stripped out as well as the # logic for running from a source checkout and self-install/upgrading. -export LEIN_VERSION="2.10.0" +export LEIN_VERSION="2.11.1" if [[ "$CLASSPATH" != "" ]]; then cat <<-'EOS' 1>&2 diff --git a/leiningen-2.10.0-standalone.jar b/leiningen-2.10.0-standalone.jar deleted file mode 100644 index 5a8db22..0000000 --- a/leiningen-2.10.0-standalone.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d27299bad34075ac2864d0bd0559f835c6e2c476c0b0a283bcbdb574fdadbb34 -size 12758097 diff --git a/leiningen-2.11.1-standalone.jar b/leiningen-2.11.1-standalone.jar new file mode 100644 index 0000000..8e58056 --- /dev/null +++ b/leiningen-2.11.1-standalone.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9 +size 16481190 diff --git a/leiningen.changes b/leiningen.changes index 1652176..f2e34e6 100644 --- a/leiningen.changes +++ b/leiningen.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jan 29 05:07:08 UTC 2024 - Michael Vetter + +- Update to 2.11.1: + * Fix a bug when deploying using passwords read from the console. + +------------------------------------------------------------------- +Sun Jan 28 07:19:26 UTC 2024 - Michael Vetter + +- Update to 2.11.0: + * Top-level :exclusions can now affect top-level :dependencies. + * Fix a bug where :eval-in :nrepl couldn't detect running repl. + * Fix a bug where :eval-in :nrepl would crash. + * Fix a bug where files on test path could be visible during jar. + * Fix an issue with check in namespaces that rely on AOT. + * Fix a redundant confusing dependencies warning. + * Add static-classpath task for static analysis. + * Major performance improvements handling pathological dependency trees. + * Improve error reporting for search failures. + * Support XDG config directories. + * Use $XDG_CACHE_HOME for self-installs if it exists. + * Add warnings for buggy composite profiles. + ------------------------------------------------------------------- Mon Dec 12 08:01:52 UTC 2022 - Michael Vetter diff --git a/leiningen.spec b/leiningen.spec index 1eb5fd2..dc6d1f0 100644 --- a/leiningen.spec +++ b/leiningen.spec @@ -1,7 +1,7 @@ # # spec file for package leiningen # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: leiningen # Change LEIN_VERSION in lein-pkg when bumping -Version: 2.10.0 +Version: 2.11.1 Release: 0 Summary: Automation for Clojure projects License: EPL-1.0