Skip to content

Commit b72796f

Browse files
committed
chore: bump version v0.6.0
1 parent ae96eb7 commit b72796f

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

docs/changelog.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@
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.6.0 (2025-xx-xx) add ACES & Reinhard tonemapping
9-
add exposure, contrast, brightness, & saturation controls
10-
fix long standing shadow mapping viewport technique issue
8+
- v0.6.0 (2025-08-19) (ecs) finalize ECS extension to 1.0
9+
(material) add new material extension
10+
(script) add new script extension
11+
(io) fix IO initialize issues (v1.1.1)
12+
(graphics) add debug groups and markers to graphics extension (v1.4.0)
13+
(graphics) add command buffer debug namming
14+
(graphics) split vertex & fragment shader constants
15+
(graphics) fix bind group out of order updating
16+
(renderer) add several tonemapping options
17+
(renderer) add exposure, contrast, brightness, & saturation controls
18+
(renderer) fix long standing shadow mapping viewport technique issue
19+
(renderer) implement light volumes
20+
(renderer) move from quad to triangle full screen passes
21+
(renderer) add debug flags
22+
(renderer) add grid shader
23+
(starter) improve resizing performance (v1.2.1)
1124
- v0.5.3 (2025-08-01) fix pl_ds.h hm32 reset (v1.0.1)
1225
fix several internal issues with the metal backend
1326
add debug names to vulkan pipelines

docs/version.txt

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

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

src/pl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Index of this file:
2424
#define PL_H
2525

2626
// global version XYYZZ
27-
#define PILOT_LIGHT_VERSION_STRING "0.6.0 WIP"
27+
#define PILOT_LIGHT_VERSION_STRING "0.6.0"
2828
#define PILOT_LIGHT_VERSION_NUM 00600
2929
#define PILOT_LIGHT_VERSION {0, 6, 0}
3030

0 commit comments

Comments
 (0)