Skip to content

Commit

Permalink
admin: Bump main release designation after 1.14 release branching (Ac…
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz authored Feb 16, 2025
1 parent 8b71d4d commit e3aa2cf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,42 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.14.4.0 -- in progress (compared to 1.13)
Release 1.15 (in progress) -- compared to 1.14
-------------------------------------------------------------

### New minimum dependencies, toolchain, and compatibility changes:

### ✏️ OSL Language, standard library, and oslc compiler (for shader writers):

### ☀️ testshade/testrender/osltoy improvements

### ⛰️ API changes and new ShadingSystem features (for renderer writers):

### 🚀 SIMD batched shading mode

### 🚀 OptiX GPU rendering

### 🐛/🔧 Internals: fixes, improvements, and developer concerns

### 🏗 Build/test/CI and platform ports
* CMake build system and scripts:
* Dependency version support:
* Testing and Continuous integration (CI) systems:
* Platform support:

### 📚 Documentation

### 🏢 Project Administration


---

---

Release 1.14 (v1.14.4.0 - 12 Feb 2025) -- compared to 1.13
-------------------------------------------------------------
- v1.14.4.0-beta1 - 12 Feb 2025

### New minimum dependencies, toolchain, and compatibility changes:
* **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)
* **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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required (VERSION 3.19)

set (OSL_VERSION "1.14.4.0")
set (OSL_VERSION "1.15.0.0")
set (OSL_VERSION_OVERRIDE "" CACHE STRING
"Version override (use with caution)!")
mark_as_advanced (OSL_VERSION_OVERRIDE)
Expand Down

0 comments on commit e3aa2cf

Please sign in to comment.