Skip to content

Commit bff584d

Browse files
committed
Stage for release of v1.14.5.1
Signed-off-by: Larry Gritz <[email protected]>
1 parent 506d370 commit bff584d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the Open Shading Language Project. -->
33

4+
Release 1.14.5.1 (3 May 2025) -- compared to 1.14.5.0
5+
-------------------------------------------------------------
6+
- *build*: Fix various MacOS problems with GitHub and CMake [#1982](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1982)
7+
- *build*: Remove unused symbol that was removed from OIIO main [#1984](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1984)
8+
9+
10+
411
Release 1.14 (6 Apr 2025) -- compared to 1.13
512
-------------------------------------------------------------
613
- v1.14.4.0-beta1 - 4 Mar 2025

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.19)
66

7-
set (OSL_VERSION "1.14.5.0")
7+
set (OSL_VERSION "1.14.5.1")
88
set (OSL_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OSL_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)