Skip to content

Commit b656011

Browse files
committed
v1.0.5 release
1 parent 3fe1938 commit b656011

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55
Changelog
66
#########
77

8-
DrJit 1.0.4 (January 28, 2025)
8+
DrJit 1.0.5 (February 3, 2025)
99
------------------------------
1010

1111
- Workaround for OptiX linking issue in driver version R570+. (commit `0c9c54e <https://github.com/mitsuba-renderer/drjit-core/commit/0c9c54ec5c2963dd576c5a16d10fb2d63d67166f>`__).
1212
- Tensors can now be used as condition and state variables of ``dr.if_stmt/while_loop``. (commit `4691fe <https://github.com/mitsuba-renderer/drjit-core/commit/4691fe4421bfd7002cd9c5d998617db0f40cce35>`__).
1313

14+
DrJit 1.0.4 (January 28, 2025)
15+
------------------------------
16+
17+
- Release was retracted
18+
1419
DrJit 1.0.3 (January 16, 2025)
1520
------------------------------
1621

include/drjit/fwd.h

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

6464
#define DRJIT_VERSION_MAJOR 1
6565
#define DRJIT_VERSION_MINOR 0
66-
#define DRJIT_VERSION_PATCH 4
66+
#define DRJIT_VERSION_PATCH 5
6767

6868
#define DRJIT_STRINGIFY(x) #x
6969
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)

0 commit comments

Comments
 (0)