Skip to content

Commit 7549a42

Browse files
Copilotrotu
andauthored
Use prerelease version 0.17.0-pre
Agent-Logs-Url: https://github.com/rotu/structview/sessions/a2fba9b2-26b1-4194-a770-c799e30f326d Co-authored-by: rotu <119948+rotu@users.noreply.github.com>
1 parent f8b59f1 commit 7549a42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.17.0 — 2026-04-12
3+
## 0.17.0-pre — 2026-04-12
44

55
- Add variable-length `string` field: `byteLength` is now optional and defaults
66
to the end of the struct's buffer.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rotu/structview",
3-
"version": "0.17.0",
3+
"version": "0.17.0-pre",
44
"license": "MIT",
55
"tasks": {
66
"validate": "deno run -A scripts/sync-package-metadata.ts --check && deno fmt --check && deno lint && deno x vitest run && deno publish --dry-run --allow-dirty && npm pack --dry-run && npm run smoke:npm"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rotu/structview",
3-
"version": "0.17.0",
3+
"version": "0.17.0-pre",
44
"description": "Read and write structured binary data with typesafe views",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)