diff --git a/changelog.lisp b/changelog.lisp index 8f60484..48c9019 100644 --- a/changelog.lisp +++ b/changelog.lisp @@ -6,6 +6,8 @@ (defchangelog (:ignore-words ("ASDF")) + (2.1.0 2022-11-10 + "Moved to newer action msys2/setup-msys2@2.14.2 where a warning about stale Node.js version is fixed.") (2.0.0 2021-10-28 "# New @@ -27,7 +29,7 @@ Thanks for these changes to Matteo Landi!") (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 "Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install systems from the GitHub. See issue [#118](https://github.com/fukamachi/qlot/issues/118).") diff --git a/qlfile.lock b/qlfile.lock index 10e0b3a..ab1a467 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-10-21")) + :version "2022-11-07")) ("ultralisp" . (:class qlot/source/dist:source-dist :initargs (:distribution "http://dist.ultralisp.org" :%version :latest) - :version "20211028120000")) + :version "20221109175500")) ("sly" . (:class qlot/source/github:source-github :initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil) - :version "github-028f191582f27e6f1582840c09e6508d71aaa0ab")) + :version "github-030a8441f57f7e0bb401570935e741dfd9edfb83"))