Skip to content

Commit e3aa2cf

Browse files
authored
admin: Bump main release designation after 1.14 release branching (#1943)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 8b71d4d commit e3aa2cf

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGES.md

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

4-
Release 1.14.4.0 -- in progress (compared to 1.13)
4+
Release 1.15 (in progress) -- compared to 1.14
55
-------------------------------------------------------------
66

7+
### New minimum dependencies, toolchain, and compatibility changes:
8+
9+
### ✏️ OSL Language, standard library, and oslc compiler (for shader writers):
10+
11+
### ☀️ testshade/testrender/osltoy improvements
12+
13+
### ⛰️ API changes and new ShadingSystem features (for renderer writers):
14+
15+
### 🚀 SIMD batched shading mode
16+
17+
### 🚀 OptiX GPU rendering
18+
19+
### 🐛/🔧 Internals: fixes, improvements, and developer concerns
20+
21+
### 🏗 Build/test/CI and platform ports
22+
* CMake build system and scripts:
23+
* Dependency version support:
24+
* Testing and Continuous integration (CI) systems:
25+
* Platform support:
26+
27+
### 📚 Documentation
28+
29+
### 🏢 Project Administration
30+
31+
32+
---
33+
34+
---
35+
36+
Release 1.14 (v1.14.4.0 - 12 Feb 2025) -- compared to 1.13
37+
-------------------------------------------------------------
38+
- v1.14.4.0-beta1 - 12 Feb 2025
39+
740
### New minimum dependencies, toolchain, and compatibility changes:
841
* **C++**: Raise C++ standard to 17 (from 14), gcc min to 9.3 (from 6.3), clang min to 5.0 [#1847](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1847) (1.14.2.0)
942
* **Python**: Raise Python minimum to 3.7 (from 2.7), pybind11 to 2.7 (from 2.4) [#1855](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1855) (1.14.2.0)

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.4.0")
7+
set (OSL_VERSION "1.15.0.0")
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)