Move from Qlot 0.11.1 to 0.11.5.

This commit is contained in:
Alexander Artemenko 2021-09-19 15:18:58 +03:00
parent 77fa26e1cc
commit f40771d25e
2 changed files with 3 additions and 1 deletions

View file

@ -58,7 +58,7 @@ runs:
# will not be resolved. # will not be resolved.
run: | run: |
echo ::group::Install Qlot echo ::group::Install Qlot
ros install fukamachi/qlot/0.11.1 ros install fukamachi/qlot/0.11.5
echo .qlot/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH
echo ::endgroup:: echo ::endgroup::

View file

@ -6,6 +6,8 @@
(defchangelog (:ignore-words ("ASDF")) (defchangelog (:ignore-words ("ASDF"))
(1.1.2 2021-09-19
"Move from Qlot 0.11.1 to 0.11.5.")
(1.1.1 2021-09-12 (1.1.1 2021-09-12
"Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install "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).") systems from the GitHub. See issue [#118](https://github.com/fukamachi/qlot/issues/118).")