From 021db5bdbdcc0a1cf3afdf03fef5721b9174ba79 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 28 Oct 2021 16:37:04 +0300 Subject: [PATCH] Updated changelog and released 2.0.0 version. --- changelog.lisp | 22 ++++++++++++++++++---- qlfile.lock | 6 +++--- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/changelog.lisp b/changelog.lisp index 30eeb44..4d81ef4 100644 --- a/changelog.lisp +++ b/changelog.lisp @@ -6,10 +6,24 @@ (defchangelog (:ignore-words ("ASDF")) - (unreleased - "- Improves Windows support - - Installs Roswell v21.10.14.111 - - Installs ASDF 3.3.5.3") + (2.0.0 2021-10-28 + "# New + + - 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 "Move from Qlot 0.11.1 to 0.11.5.") (1.1.1 2021-09-12 diff --git a/qlfile.lock b/qlfile.lock index 82b7368..10e0b3a 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -1,12 +1,12 @@ ("quicklisp" . (:class qlot/source/dist:source-dist :initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) - :version "2021-08-07")) + :version "2021-10-21")) ("ultralisp" . (:class qlot/source/dist:source-dist :initargs (:distribution "http://dist.ultralisp.org" :%version :latest) - :version "20210909150500")) + :version "20211028120000")) ("sly" . (:class qlot/source/github:source-github :initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil) - :version "github-489a6b628f809dd2b1c392346a70a0d2")) + :version "github-028f191582f27e6f1582840c09e6508d71aaa0ab"))