From a5dea634f4c3714a393f9de3e6df6392d5507d43 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sat, 4 May 2024 14:44:36 +0900 Subject: [PATCH] Release v3.1.15 Fixed ----- * Fix unintentional broken pyproject.toml Signed-off-by: Hiroshi Miura --- docs/CHANGELOG.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f860a58a..27baeaec 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. `Unreleased`_ ============= +`v3.1.15`_ (4, May 2024) +======================== + +Fixed +----- +* Fix unintentional broken pyproject.toml + `v3.1.14`_ (27, Apr. 2024) ========================== @@ -361,7 +368,8 @@ Security * Check Update.xml file with SHA256 hash (#493) -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.1.14...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v3.1.15...HEAD +.. _v3.1.15: https://github.com/miurahr/aqtinstall/compare/v3.1.14...v3.1.15 .. _v3.1.14: https://github.com/miurahr/aqtinstall/compare/v3.1.13...v3.1.14 .. _v3.1.13: https://github.com/miurahr/aqtinstall/compare/v3.1.12...v3.1.13 .. _v3.1.12: https://github.com/miurahr/aqtinstall/compare/v3.1.11...v3.1.12