Updated changelog and released 2.0.0 version.
This commit is contained in:
parent
6e9fb38681
commit
021db5bdbd
2 changed files with 21 additions and 7 deletions
|
@ -6,10 +6,24 @@
|
||||||
|
|
||||||
|
|
||||||
(defchangelog (:ignore-words ("ASDF"))
|
(defchangelog (:ignore-words ("ASDF"))
|
||||||
(unreleased
|
(2.0.0 2021-10-28
|
||||||
"- Improves Windows support
|
"# New
|
||||||
- Installs Roswell v21.10.14.111
|
|
||||||
- Installs ASDF 3.3.5.3")
|
- Add Windows support.
|
||||||
|
|
||||||
|
# Breaking changes
|
||||||
|
|
||||||
|
Now instead of latest version of ASDF, Roswell and Qlot
|
||||||
|
we pin versions which known to work in supported environments.
|
||||||
|
|
||||||
|
If you want latest version, pass \"latest\" as value of
|
||||||
|
\"asdf-version\", \"roswell-version\" or \"qlot-version\".
|
||||||
|
|
||||||
|
Currently these versions are used:
|
||||||
|
|
||||||
|
- ASDF: 3.3.5.3
|
||||||
|
- Roswell: v21.10.14.111
|
||||||
|
- Qlot: 0.11.5")
|
||||||
(1.1.2 2021-09-19
|
(1.1.2 2021-09-19
|
||||||
"Move from Qlot 0.11.1 to 0.11.5.")
|
"Move from Qlot 0.11.1 to 0.11.5.")
|
||||||
(1.1.1 2021-09-12
|
(1.1.1 2021-09-12
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
("quicklisp" .
|
("quicklisp" .
|
||||||
(:class qlot/source/dist:source-dist
|
(:class qlot/source/dist:source-dist
|
||||||
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
||||||
:version "2021-08-07"))
|
:version "2021-10-21"))
|
||||||
("ultralisp" .
|
("ultralisp" .
|
||||||
(:class qlot/source/dist:source-dist
|
(:class qlot/source/dist:source-dist
|
||||||
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
|
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
|
||||||
:version "20210909150500"))
|
:version "20211028120000"))
|
||||||
("sly" .
|
("sly" .
|
||||||
(:class qlot/source/github:source-github
|
(:class qlot/source/github:source-github
|
||||||
:initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil)
|
:initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil)
|
||||||
:version "github-489a6b628f809dd2b1c392346a70a0d2"))
|
:version "github-028f191582f27e6f1582840c09e6508d71aaa0ab"))
|
||||||
|
|
Loading…
Reference in a new issue