Skip to content

Commit

Permalink
v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Nov 22, 2024
1 parent 4ce97dc commit 4803a9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Changelog
#########

DrJit 1.0.1 (November 23, 2024)
-------------------------------

- Fixes to various edges cases of :py:func:`drjit.dda.dda` (commit `4ce97d
<https://github.com/mitsuba-renderer/drjit/commit/4ce97dc4a5396c74887a6b123e2219e8def680d6>`__).

DrJit 1.0.0 (November 21, 2024)
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ How to make a new release?
from the tag created at step 10. The changelog can be copied from step 2.

15. Checkout the ``stable`` branch and run ``git pull --ff-only origin vX.Y.Z``
and ``git push ``
and ``git push``
2 changes: 1 addition & 1 deletion include/drjit/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

#define DRJIT_VERSION_MAJOR 1
#define DRJIT_VERSION_MINOR 0
#define DRJIT_VERSION_PATCH 0
#define DRJIT_VERSION_PATCH 1

#define DRJIT_STRINGIFY(x) #x
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)
Expand Down

0 comments on commit 4803a9d

Please sign in to comment.