From de03969ebeb2cdbfcda20cb54cdfd59af1bc6061 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 2 Feb 2024 08:44:39 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- idf_build_apps/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aedc310..8ebd77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## v2.1.0 (2024-02-01) +## v2.1.1 (2024-02-02) + +### Fix + +- parse the manifest when folder rule is empty + +## v2.1.0 (2024-02-01) (yanked) ### Feat diff --git a/idf_build_apps/__init__.py b/idf_build_apps/__init__.py index dd0eaa2..b6df7fa 100644 --- a/idf_build_apps/__init__.py +++ b/idf_build_apps/__init__.py @@ -8,7 +8,7 @@ # ruff: noqa: E402 # avoid circular imports -__version__ = '2.1.0' +__version__ = '2.1.1' from .session_args import ( SessionArgs, diff --git a/pyproject.toml b/pyproject.toml index 0056f29..90c0492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ idf-build-apps = "idf_build_apps:main.main" [tool.commitizen] name = "cz_conventional_commits" -version = "2.1.0" +version = "2.1.1" tag_format = "v$version" version_files = [ "idf_build_apps/__init__.py",