diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdfc720bbb6..f19dbace3a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## \[2.26.1\] - 2025-01-29 + +### Added + +- A button to copy a filename of the image into the clipboard + () + +### Changed + +- Changed location of events cache dir + () + +### Removed + +- \[Helm\] Removed `disableDistinctCachePerService` settings + () + +### Fixed + +- The backend now rejects invalid label types + () + +- \[Helm\] Impossible to download exported annotations + () + ## \[2.26.0\] - 2025-01-27 diff --git a/changelog.d/20250122_142453_roman_labeltype_choicefield.md b/changelog.d/20250122_142453_roman_labeltype_choicefield.md deleted file mode 100644 index f9739ca4c8a6..000000000000 --- a/changelog.d/20250122_142453_roman_labeltype_choicefield.md +++ /dev/null @@ -1,4 +0,0 @@ -### Fixed - -- The backend now rejects invalid label types - () diff --git a/changelog.d/20250124_143705_klakhov_copy_frame_name_button.md b/changelog.d/20250124_143705_klakhov_copy_frame_name_button.md deleted file mode 100644 index 4c76c5f80724..000000000000 --- a/changelog.d/20250124_143705_klakhov_copy_frame_name_button.md +++ /dev/null @@ -1,4 +0,0 @@ -### Added - -- A button to copy a filename of the image into the clipboard - () diff --git a/changelog.d/20250129_120758_andrey_fix_export.md b/changelog.d/20250129_120758_andrey_fix_export.md deleted file mode 100644 index 6b741bfb611d..000000000000 --- a/changelog.d/20250129_120758_andrey_fix_export.md +++ /dev/null @@ -1,8 +0,0 @@ -### Removed - -- \[Helm\] Removed `disableDistinctCachePerService` settings - () - -### Fixed -- \[Helm\] Impossible to download exported annotations - () diff --git a/changelog.d/20250129_190931_andrey_change_event_cache_dir.md b/changelog.d/20250129_190931_andrey_change_event_cache_dir.md deleted file mode 100644 index fa550a348ff9..000000000000 --- a/changelog.d/20250129_190931_andrey_change_event_cache_dir.md +++ /dev/null @@ -1,4 +0,0 @@ -### Changed - -- Changed location of events cache dir - () diff --git a/cvat-cli/requirements/base.txt b/cvat-cli/requirements/base.txt index bea402979e5b..944cd4b898ff 100644 --- a/cvat-cli/requirements/base.txt +++ b/cvat-cli/requirements/base.txt @@ -1,4 +1,4 @@ -cvat-sdk==2.26.1 +cvat-sdk==2.26.2 attrs>=24.2.0 Pillow>=10.3.0 diff --git a/cvat-cli/src/cvat_cli/version.py b/cvat-cli/src/cvat_cli/version.py index d4640239b8ee..575f64c06e4c 100644 --- a/cvat-cli/src/cvat_cli/version.py +++ b/cvat-cli/src/cvat_cli/version.py @@ -1 +1 @@ -VERSION = "2.26.1" +VERSION = "2.26.2" diff --git a/cvat-sdk/gen/generate.sh b/cvat-sdk/gen/generate.sh index 52a32e9155a4..8694ccdd1be3 100755 --- a/cvat-sdk/gen/generate.sh +++ b/cvat-sdk/gen/generate.sh @@ -8,7 +8,7 @@ set -e GENERATOR_VERSION="v6.0.1" -VERSION="2.26.1" +VERSION="2.26.2" LIB_NAME="cvat_sdk" LAYER1_LIB_NAME="${LIB_NAME}/api_client" DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)" diff --git a/cvat-ui/package.json b/cvat-ui/package.json index fb7cf38d9611..08b640f1a90c 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "2.26.1", + "version": "2.26.2", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat/__init__.py b/cvat/__init__.py index 81bf478b8753..2869df48f720 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (2, 26, 1, "alpha", 0) +VERSION = (2, 26, 2, "alpha", 0) __version__ = get_version(VERSION) diff --git a/cvat/schema.yml b/cvat/schema.yml index 4bbc544d86c8..cca95f213c5b 100644 --- a/cvat/schema.yml +++ b/cvat/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: CVAT REST API - version: 2.26.1 + version: 2.26.2 description: REST API for Computer Vision Annotation Tool (CVAT) termsOfService: https://www.google.com/policies/terms/ contact: