2023-08-21 16:28:51 +00:00
|
|
|
(uiop:define-package #:project-docs/changelog
|
2021-09-09 16:58:02 +00:00
|
|
|
(:use #:cl)
|
|
|
|
(:import-from #:40ants-doc/changelog
|
|
|
|
#:defchangelog))
|
|
|
|
(in-package project-docs/changelog)
|
|
|
|
|
|
|
|
|
|
|
|
(defchangelog (:ignore-words ("ASDF"))
|
2022-11-10 08:36:26 +00:00
|
|
|
(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.")
|
2021-10-28 13:37:04 +00:00
|
|
|
(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
|
2021-10-28 13:38:12 +00:00
|
|
|
- Qlot: 0.11.5
|
|
|
|
|
|
|
|
Thanks for these changes to Matteo Landi!")
|
2021-09-19 12:18:58 +00:00
|
|
|
(1.1.2 2021-09-19
|
2022-11-10 08:36:26 +00:00
|
|
|
"Move from Qlot 0.11.1 to 0.11.5.")
|
2021-09-12 17:10:12 +00:00
|
|
|
(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).")
|
2021-09-09 16:58:02 +00:00
|
|
|
(1.1.0 2021-06-06
|
|
|
|
"Added a new input variable `asdf-version`. By default, the latest
|
|
|
|
ASDF will be used.")
|
|
|
|
(1.0.2 2021-04-04
|
|
|
|
"Fixed installation of `libcurl4-openssl-dev` on Ubuntu Focal.")
|
|
|
|
(1.0.1 2021-02-22
|
|
|
|
"Fixed error when there is no `qlfile` in the repository.")
|
|
|
|
(1.0.0 2021-01-07
|
|
|
|
"Initial version."))
|