Skip to content

Commit ca178a2

Browse files
committed
Patch release v0.4.5
1 parent 5170d3c commit ca178a2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/release_notes.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Upcoming release
9-
----------------
108

11-
Most likely the last release relying on Pybind11
9+
Dr.Jit 0.4.5
10+
------------
11+
12+
*June 4, 2024*
13+
14+
Most likely the last release which uses `pybind11 <https://pybind11.readthedocs.io>`_.
1215

1316
- Fix wavefront loops which would occasionally create new kernels
1417
`[8f09760] <https://github.com/mitsuba-renderer/drjit/commit/8f0976008f3662756bb078f713e383a98f944e1d>`_

include/drjit/fwd.h

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

6868
#define DRJIT_VERSION_MAJOR 0
6969
#define DRJIT_VERSION_MINOR 4
70-
#define DRJIT_VERSION_PATCH 4
70+
#define DRJIT_VERSION_PATCH 5
7171

7272
#define DRJIT_STRINGIFY(x) #x
7373
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)

0 commit comments

Comments
 (0)