Skip to content

Commit 131c897

Browse files
committed
chore: bump version 0.9.3
1 parent df0099e commit 131c897

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/changelog.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
Below is the change log for typical users. Minor and older changes stripped
66
away, please see git history for details.
77

8-
- v0.9.3 (xxxx-xx-xx)(camera v1.0.1) -fix zero init issue
8+
- v0.9.3 (2026-06-02)(graphics v1.10.0) -last version before 2.x with breaking changes
9+
-remove necessity of subpass dependencies
10+
-remove necessity of "set_texture_usage(...)"
11+
(camera v1.0.1) -fix camera zero init issues
12+
(ui v1.2.0) -add "checkbox_flags" widget
13+
(allocators v1.1.1) -fix many allocator issues
14+
(renderer) -fix metal sync issues
15+
-move to gjk culling & add light culling
16+
-add initial orthographic camera support
17+
-fix render pass flags issues
918
- v0.9.2 (2026-05-21)(camera v1.0.0) -last minute refactors
1019
- v0.9.1 (2026-05-20) -rename "dependencies" to "thirdparty"
1120
(camera v1.0.0) -split camera into camera & camera ecs. Stabilized camera!

docs/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.9.3 WIP
1+
v0.9.3
22

33
-----------------------------------------------------------------------------
44
Versioning

src/pl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Index of this file:
2525
#define PL_H
2626

2727
// global version XYYZZ
28-
#define PILOT_LIGHT_VERSION_STRING "0.9.3 WIP"
29-
#define PILOT_LIGHT_VERSION_NUM 00903 WIP
28+
#define PILOT_LIGHT_VERSION_STRING "0.9.3"
29+
#define PILOT_LIGHT_VERSION_NUM 00903
3030
#define PILOT_LIGHT_VERSION {0, 9, 3}
3131

3232
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)