Skip to content

Commit 647aa3d

Browse files
committed
chore: release v1.0.0-alpha.9
1 parent 12100de commit 647aa3d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Unreleased
66

7+
### 1.0.0-alpha.9 — 2026-04-18
8+
9+
#### Changes since 1.0.0-alpha.8
10+
711
#### Features
812
- feat: add optional `PACKAGE_JSON` support with `to_json()` and `from_json()` efuns
913
- feat: extend `from_json()` to accept `buffer` input for large JSON payloads

lib/lpc/program/binaries.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "hash.h"
2929

3030
static char *magic_id = "NEOL";
31-
static uint32_t driver_id = 0x20260417; /* increment when driver changes */
31+
static uint32_t driver_id = 0x20260418; /* increment when driver changes */
3232
static uint64_t config_id = 0;
3333

3434
static FILE *crdir_fopen(char *);

0 commit comments

Comments
 (0)