Skip to content
Snippets Groups Projects
Commit 5e5c7d83 authored by Philipp Marek's avatar Philipp Marek
Browse files

Explain versioning policy

parent 68ddb406
Branches
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ Patches:
done and /why/, and when fixing a bug or adding a feature you should
also include a test-case.
Versioning & Changes:
Be advised that the ALEXANDRIA-1 package is frozen; there are so many
existing users that any newly exported symbols are likely to break
someone's code.
......@@ -56,3 +58,5 @@ Patches:
ALEXANDRIA-1 as well [just change your (:USE ALEXANDRIA) to
(:USE ALEXANDRIA-2) to get the new functions in your package].
Alexandria will be running 1.x version numbers until ALEXANDRIA-2 is
frozen as well; then a 2.0.0 will be released.
(defsystem "alexandria"
:version "1.0.0"
:version "1.0.1"
:licence "Public Domain / 0-clause MIT"
:description "Alexandria is a collection of portable public domain utilities."
:author "Nikodemus Siivola and others."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment