From 2d34cb9098ec1aee58d06fe246687cbfe58b1aad Mon Sep 17 00:00:00 2001 From: riku179 Date: Thu, 13 Jul 2023 15:24:56 +0900 Subject: [PATCH 1/2] bump version to 2.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8da173a..642c503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" name = "actfw-core" readme = "README.md" repository = "https://github.com/Idein/actfw-core" -version = "2.2.0" +version = "2.2.1" [tool.poetry.dependencies] python = "^3.6.2" From 9329ae7e89f9de2b8971b2dd26588ec410e10ddb Mon Sep 17 00:00:00 2001 From: riku179 Date: Thu, 13 Jul 2023 16:06:01 +0900 Subject: [PATCH 2/2] update: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1589c8d..aba559f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.1 (2023-07-13) + +- Add retry logic to open v4l2 Video device. + ## 2.2.0 (2022-11-04) - Fix a bug: actfw doesn't raise assertion error when it is stopped before `update_image` is called.