From 2b390e53c50c67e35b78d809db0055078ce21f0b Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 9 Aug 2022 13:49:55 +0900 Subject: [PATCH] Release v2.2.1 install-qt command respect --base option also when downloading metadata XML file. Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a4cf59c..f651901c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file. `Unreleased`_ ============= +`v2.2.1`_ (9, Aug. 2022) +------------------------ + +Changed +------- +* ``install-qt`` command respect ``--base`` argument option when + retrieve metadata XML files by making ``MetadataFactory`` + respect ``baseurl`` set. (#545) + `v2.2.0`_ (2, Aug. 2022) ------------------------ @@ -237,7 +246,8 @@ Fixed -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v2.2.0...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v2.2.1...HEAD +.. _v2.2.1: https://github.com/miurahr/aqtinstall/compare/v2.2.0...v2.2.1 .. _v2.2.0: https://github.com/miurahr/aqtinstall/compare/v2.1.0...v2.2.0 .. _v2.1.0: https://github.com/miurahr/aqtinstall/compare/v2.0.6...v2.1.0 .. _v2.0.6: https://github.com/miurahr/aqtinstall/compare/v2.0.5...v2.0.6