Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.64 KB

COMPATIBILITY.md

File metadata and controls

49 lines (40 loc) · 1.64 KB

Latest Lein Compatibility List

Lein VersionLatest Lein Package Version
2.02.0.0
2.12.1.0

About Compatibility

lein-package was originally design to be compatible with the 2.0 release of leiningen. Since the original release of lein-package, leiningen has experienced many contributions which affect how lein-package integrates into it's task lifecycles. In order to provide the same capabilities across different version of leiningen, as well as to make it easier for developers to know which version to use, the versioning scheme of lein-package is going to change to reflect which version of leiningen it is compatible with.

Version/Compatiblity Scheme

The last version of lein-package that will not have it's version number reflect the leiningen version it is compatible with is 0.1.2, which is compatible with leiningen 2.0. All versions following 0.1.2 will use the versioning scheme below:

${LEIN-MAJOR_VERSION}.${LEIN-MINOR-VERSION}.${LEIN-PACKAGE-BUILD}

As an example, if the latest build of lein-package is build 33, lein will have compatible versions of lein-package as:

Lein VersionLein Package Version
2.02.0.33
2.12.1.33

Version Deprecation.

No more than 3 branches of lein-package will be maintaine, representing the latest 3 minor versions of leiningen, with the earliest version being 2.0 (Sorry, lein 1.0 users).