Skip to content

Commit b14ae4f

Browse files
committed
chore(release): v0.18.0
1 parent f083c17 commit b14ae4f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format of this changelog is [a variant][lib9-versionning] of [Keep a Changel
77
New entries must be placed in a section entitled `Unreleased`.
88

99

10-
## Unreleased
10+
## 0.18.0 (2025-10-26)
1111

1212
- Struct field names can now be in `snake_case`.
1313

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"0.17.1"
1+
"0.18.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bare-ts/tools",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Compiler for Binary Application Record Encoding (BARE) schemas",
55
"keywords": [
66
"bare",

0 commit comments

Comments
 (0)