Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
- Fix installation for Qt 6.4.1 Android packages
- Improve standalone binary build
- Refactoring internals and check types with mypy
  • Loading branch information
miurahr committed Dec 5, 2022
1 parent a61d707 commit 28e9f00
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
=============

`v3.1.0`_ (5, Dec. 2022)
========================

Fixed
-----
* Support Qt 6.4.1 Android installation (#621,#626,#627)
* Fix URL of Nelson's blog on README

Changed
-------
* Update pyproject.toml and drop setup.cfg
Expand All @@ -23,6 +31,12 @@ Changed
- flake8-isort>=4.2.0
* metadata: change link to changelog
* docs: move CHANGELOG.rst into docs/
* Refactoring internals and now check types with mypy

Deprecated
----------
* Drop support for python 3.6


`v3.0.2`_ (26, Oct. 2022)
=========================
Expand Down Expand Up @@ -155,7 +169,8 @@ Security
* Check Update.xml file with SHA256 hash (#493)


.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.0.2...HEAD
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.1.0...HEAD
.. _v3.1.0: https://github.com/miurahr/aqtinstall/compare/v3.0.2...v3.1.0
.. _v3.0.2: https://github.com/miurahr/aqtinstall/compare/v3.0.1...v3.0.2
.. _v3.0.1: https://github.com/miurahr/aqtinstall/compare/v3.0.0...v3.0.1
.. _v3.0.0: https://github.com/miurahr/aqtinstall/compare/v2.2.3...v3.0.0
Expand Down

0 comments on commit 28e9f00

Please sign in to comment.