Skip to content

Commit f755163

Browse files
committed
Stage for v3.1.12.1
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 07eb163 commit f755163

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 3.1.12.1 (Apr 23, 2026) -- compared to 3.1.12.0
2+
---------------------------------------------------------
3+
- *fix*: Relax OpenColorIO exception handling [#5164](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5164)
4+
- *ci*: Fix CI breakages from fmtlib renaming 'master' to 'main' [#5127](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5127) and missing jpeg-xl install on Mac [#5139](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5139)
5+
6+
17
Release 3.1.12.0 (Apr 1, 2026) -- compared to 3.1.11.0
28
---------------------------------------------------------
39
- *oiiotool*: Better type understanding with `-i:ch=` and other cleanup [#5056](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5056)

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.1.12.0")
7+
set (OpenImageIO_VERSION "3.1.12.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)