Skip to content

Commit bbb9759

Browse files
committed
Bump version to 0.10.
1 parent 26a7ab1 commit bbb9759

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ targets.append(plugin_tool.generate(
117117
name="NumDot",
118118
description="NumDot is a tensor math and scientific computation library for the Godot Engine.",
119119
author="Lukas Tenbrink and NumDot contributors.",
120-
version="0.9",
120+
version="0.10",
121121
))
122122

123123
targets.extend(library_targets)

docs/setup/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ Here you will find the release notes for each version of the library. Each secti
1010
:local:
1111
:backlinks: none
1212

13-
Upcoming Changes (main branch)
14-
------------------------------
13+
.. Upcoming Changes (main branch)
14+
.. ------------------------------
15+
16+
Version 0.10 - 2025-07-08
17+
------------------------
1518
Careful, we have some breaking changes in this update! Make sure you read the section below closely before updating. I apologize for the inconvenience caused to running projects!
1619

1720
**Added**

0 commit comments

Comments
 (0)