Skip to content

release: cut 1.0.1#396

Merged
davydog187 merged 1 commit into
mainfrom
release/1.0.1
Jul 16, 2026
Merged

release: cut 1.0.1#396
davydog187 merged 1 commit into
mainfrom
release/1.0.1

Conversation

@davydog187

Copy link
Copy Markdown
Contributor

Summary

Prepares the v1.0.1 patch release.

  • Bumps @version to 1.0.1 in mix.exs
  • Adds the 1.0.1 CHANGELOG entry (and compare link)

Contents

One change since v1.0.0:

  • lexer/parser: report non-ASCII unexpected chars as valid UTF-8 #395 — lexer/parser now report non-ASCII unexpected characters as valid UTF-8. Multibyte characters were matched a byte at a time, mangling error messages; the lexer now carries the full codepoint (Unexpected character: … (U+XXXX)), reports genuinely invalid UTF-8 lead bytes separately as Invalid byte 0xXX, and Lua.Parser.Error.to_map/1 scrubs invalid bytes so every field is Jason.encode!/1-safe.

Post-merge

Tag v1.0.1 and mix hex.publish.

@davydog187
davydog187 merged commit 367c93a into main Jul 16, 2026
5 checks passed
@davydog187
davydog187 deleted the release/1.0.1 branch July 16, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant