diff --git a/lein-pkg b/lein-pkg index d1db1eb..7ef4c38 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.11.1" +export LEIN_VERSION="2.11.2" if [[ "$CLASSPATH" != "" ]]; then cat <<-'EOS' 1>&2 diff --git a/leiningen-2.11.1-standalone.jar b/leiningen-2.11.1-standalone.jar deleted file mode 100644 index 8e58056..0000000 --- a/leiningen-2.11.1-standalone.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9 -size 16481190 diff --git a/leiningen-2.11.2-standalone.jar b/leiningen-2.11.2-standalone.jar new file mode 100644 index 0000000..0fe990a --- /dev/null +++ b/leiningen-2.11.2-standalone.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774 +size 16481883 diff --git a/leiningen.changes b/leiningen.changes index f2e34e6..54d1143 100644 --- a/leiningen.changes +++ b/leiningen.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 14 13:50:09 UTC 2024 - Michael Vetter + +- Update to 2.11.2: + * Add :preserve-eval-meta setting to avoid project code reflection. + * Fix a bug where metadata on project code caused plugin + incompatibilities. + ------------------------------------------------------------------- Mon Jan 29 05:07:08 UTC 2024 - Michael Vetter diff --git a/leiningen.spec b/leiningen.spec index dc6d1f0..4bae9a8 100644 --- a/leiningen.spec +++ b/leiningen.spec @@ -18,7 +18,7 @@ Name: leiningen # Change LEIN_VERSION in lein-pkg when bumping -Version: 2.11.1 +Version: 2.11.2 Release: 0 Summary: Automation for Clojure projects License: EPL-1.0