From 47388066f703d6aa2b84b776852a1000acf577da Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 1 Jul 2021 16:55:02 +0900 Subject: [PATCH] Release v1.2.2 Added ----- * Create qtenv2.bat file on windows(#279) Fixed ----- * Fix list subcommand to retrieve information from web(#280) * Fix crash when installing Qt6.2.0 on mac(#288,#289) Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f52cccc2..925d7899 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,19 @@ All notable changes to this project will be documented in this file. ============= +`v1.2.2`_ (1, Jul. 2021) +======================== + +Added +----- +* Create qtenv2.bat file on windows(#279) + +Fixed +----- +* Fix list subcommand to retrieve information from web(#280) +* Fix crash when installing Qt6.2.0 on mac(#288,#289) + + `v1.2.1`_ (22, Jun. 2021) ======================== @@ -160,7 +173,8 @@ Fixed -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v1.2.1...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v1.2.2...HEAD +.. _v1.2.2: https://github.com/miurahr/aqtinstall/compare/v1.2.1...v1.2.2 .. _v1.2.1: https://github.com/miurahr/aqtinstall/compare/v1.2.0...v1.2.1 .. _v1.2.0: https://github.com/miurahr/aqtinstall/compare/v1.1.6...v1.2.0 .. _v1.1.6: https://github.com/miurahr/aqtinstall/compare/v1.1.5...v1.1.6