From 448dd4ff704b45ba16a55e0bdd36d91decaa5114 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 1 Jul 2024 08:49:45 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=209.2.0=20=E2=86=92=209.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f63794bd..fbdd1cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. This projec adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/). +## v9.3.0 (2024-07-01) + +### Feat + +- add simpler migrations configuration syntax (#1510) + +### Fix + +- **tasks**: do not consider unsafe if they are being skipped +- add context information to answer validation error message (#1609) +- do not overwrite identical files (#1576) +- **updating**: unset invalid last answers +- render `default` list items for multi-select choice questions +- **updating**: yield merge conflict when both template and project add same file + ## v9.2.0 (2024-04-04) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 3405e6b25..909c1684d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ annotated_tag = true changelog_incremental = true tag_format = "v$version" update_changelog_on_bump = true -version = "9.2.0" +version = "9.3.0" [build-system] requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]