Skip to content

Commit 9eed034

Browse files
committed
Stage for v3.0.14.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent 39e29c1 commit 9eed034

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 3.0.14.0 (Jan 1, 2026) -- compared to 3.0.13.0
2+
-------------------------------------------------------
3+
- *fix(IBA)*: IBA::compare_Yee() accessed the wrong channel [#4976](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4976) (by Pavan Madduri)
4+
- *ci*: Test against libraw 0.21.5 [#4988](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4988)
5+
- *ci*: Address tight disk space on GHA runners [#4974](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4974)
6+
7+
18
Release 3.0.13.0 (Dec 1, 2025) -- compared to 3.0.12.0
29
-------------------------------------------------------
310
- *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.18.2...4.0)
66

7-
set (OpenImageIO_VERSION "3.0.13.0")
7+
set (OpenImageIO_VERSION "3.0.14.0")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

src/doc/cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ commit_parsers = [
9999
{ message = '^refactor', group = '<!-- 40 -->🔧 Internals and developer goodies', scope='refactor' },
100100
{ message = '^(build|Build)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports' },
101101
{ message = '^(cmake|CMake)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='cmake' },
102-
{ message = '^(test|Test|testing|Testing)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
103-
# { message = 'testsuite', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
102+
{ message = '^(deps|Deps)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='cmake' },
103+
{ message = '^(test|Test|testing|Testing|testsuite)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
104104
{ message = '^(ci|CI)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='ci' },
105105
{ message = '^(doc|docs|Docs|Documentation)', group = '<!-- 60 -->📚 Documentation' },
106106
{ message = '^(admin)', group = '<!-- 90 -->🏢 Project Administration' },

0 commit comments

Comments
 (0)