From e8b2aec4b4bfb2c6f394034157256b742b8068f9 Mon Sep 17 00:00:00 2001 From: cutsea110 Date: Mon, 18 Nov 2024 10:55:08 +0900 Subject: [PATCH 1/2] Bump 2.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 046f1a4..3186fc2 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.7.0" +version = "2.8.0" [tool.poetry.dependencies] python = "^3.7" From e3add35a7d91f4aee40669f2c0af063efe170fb8 Mon Sep 17 00:00:00 2001 From: cutsea110 Date: Mon, 18 Nov 2024 10:55:33 +0900 Subject: [PATCH 2/2] Update: CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3936b..6b85602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.8.0 (2024-11-18) + - Add support for the `imx708` sensor to `UnicamIspCapture`. Note: Autofocus is not supported. ## 2.7.0 (2024-09-17)