Skip to content

Commit 8d75efe

Browse files
committed
chore: bump version v0.5.1
1 parent febdf35 commit 8d75efe

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
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.5.1 (2025-XX-XX) add directory ops to FILE ext (v1.1.0)
8+
- v0.5.1 (2025-06-23) add directory ops to FILE ext (v1.1.0)
99
fix string interning cleanup issue (v1.0.1)
1010
add "bHotReloadActive" to IO context (v1.1.0)
11+
add "-hr" for hot reloads to cmd line args
1112
- v0.5.0 (2025-06-17) new datatime extension (v1.0.0)
1213
new compression extension (v1.0.0)
1314
new pak file extension (v1.0.0)

docs/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.5.1 WIP
1+
v0.5.1
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.5.1 WIP"
27+
#define PILOT_LIGHT_VERSION_STRING "0.5.1"
2828
#define PILOT_LIGHT_VERSION_NUM 00501
2929
#define PILOT_LIGHT_VERSION {0, 5, 1}
3030

0 commit comments

Comments
 (0)