Skip to content

Commit 4803a9d

Browse files
committed
v1.0.1 release
1 parent 4ce97dc commit 4803a9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.rst

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

8+
DrJit 1.0.1 (November 23, 2024)
9+
-------------------------------
10+
11+
- Fixes to various edges cases of :py:func:`drjit.dda.dda` (commit `4ce97d
12+
<https://github.com/mitsuba-renderer/drjit/commit/4ce97dc4a5396c74887a6b123e2219e8def680d6>`__).
13+
814
DrJit 1.0.0 (November 21, 2024)
915
-------------------------------
1016

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ How to make a new release?
3636
from the tag created at step 10. The changelog can be copied from step 2.
3737

3838
15. Checkout the ``stable`` branch and run ``git pull --ff-only origin vX.Y.Z``
39-
and ``git push ``
39+
and ``git push``

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 0
66+
#define DRJIT_VERSION_PATCH 1
6767

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

0 commit comments

Comments
 (0)