Skip to content

Commit d417b4e

Browse files
committed
chore: bump version to v0.5.1 WIP
1 parent 1305484 commit d417b4e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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)
89
- v0.5.0 (2025-06-17) new datatime extension (v1.0.0)
910
new compression extension (v1.0.0)
1011
new pak file extension (v1.0.0)

docs/version.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.5.0
1+
v0.5.1 WIP
22

33
-----------------------------------------------------------------------------
44
Versioning
@@ -48,7 +48,7 @@ the API is complete. It just means we won't break what currently exists.
4848
* Memory Allocators v1.1.0 (pl_memory.h)
4949
* Profiling v1.0.0 (pl_profile.h)
5050
* Stl v1.0.0 (pl_stl.h)
51-
* String v1.1.1 (pl_string.h)
51+
* String v1.1.2 (pl_string.h)
5252
* Testing v1.0.0 (pl_test.h)
5353

5454
## Stable Extensions
@@ -63,7 +63,7 @@ the API is complete. It just means we won't break what currently exists.
6363
* Image v1.0.0 (pl_image_ext.h)
6464
* Job v2.0.0 (pl_job_ext.h)
6565
* Atomics v1.0.0 (pl_platform_ext.h)
66-
* File v1.0.0 (pl_platform_ext.h)
66+
* File v1.1.0 (pl_platform_ext.h)
6767
* Network v1.0.0 (pl_platform_ext.h)
6868
* Threads v1.0.1 (pl_platform_ext.h)
6969
* Virtual Memory v1.0.0 (pl_platform_ext.h)

src/pl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Index of this file:
2424
#define PL_H
2525

2626
// global version XYYZZ
27-
#define PILOT_LIGHT_VERSION_STRING "0.5.0"
28-
#define PILOT_LIGHT_VERSION_NUM 00500
29-
#define PILOT_LIGHT_VERSION {0, 5, 0}
27+
#define PILOT_LIGHT_VERSION_STRING "0.5.1 WIP"
28+
#define PILOT_LIGHT_VERSION_NUM 00501
29+
#define PILOT_LIGHT_VERSION {0, 5, 1}
3030

3131
//-----------------------------------------------------------------------------
3232
// [SECTION] apis

0 commit comments

Comments
 (0)