Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alexandria
alexandria
Commits
5e5c7d83
Commit
5e5c7d83
authored
Mar 25, 2020
by
Philipp Marek
Browse files
Explain versioning policy
parent
68ddb406
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
5e5c7d83
...
...
@@ -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.
alexandria.asd
View file @
5e5c7d83
(
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."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment