From b22c86daef2ceeab6635ee0851e089f7346ec286 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Mon, 2 Jun 2025 20:09:18 +0900 Subject: [PATCH] Release version 3.3.0 Signed-off-by: Hiroshi Miura --- docs/CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f06061b..1a4065c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file. `Unreleased`_ ============= +`v3.3.0`_ (2, June, 2025) +========================= + Fixed ----- - Fix arch guessing error when version not fully qualified, fix list-qt android, add --UNSAFE-ignore-hash, add --use-official-installer to list-qt (#909) @@ -499,7 +502,8 @@ Security * Check Update.xml file with SHA256 hash (#493) -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.2.1...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.3.0...HEAD +.. _v3.3.0: https://github.com/miurahr/aqtinstall/compare/v3.2.1...v3.3.0 .. _v3.2.1: https://github.com/miurahr/aqtinstall/compare/v3.2.0...v3.2.1 .. _v3.2.0: https://github.com/miurahr/aqtinstall/compare/v3.1.21...v3.2.0 .. _v3.1.21: https://github.com/miurahr/aqtinstall/compare/v3.1.20...v3.1.21