chore: release 1.3.0 - #37
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases 1.3.0: bumps
pubspec.yamlto 1.3.0, renames## Unreleasedto## 1.3.0inCHANGELOG.md, and adds one README line for #36.Contents: #34, which fixes #30, #31 and #33 (input marking through filters on captured output,
tojsonandjoin, and member access on undefined), plus #36. For #36, the README now says a function passed torenderis trusted:| safeon a string it builds is unescaped, even when built from captured output. Checked by running the README example:<I><B>. The render-cost re-measurement is on #36 (comment): +22% / +20 µs per unmarked render, +38% / +34 µs with a function passed, on an idle GCE host. No CHANGELOG entry for the README line; the behavior is already in the first 1.3.0 bullet.It's a minor release because it changes output that templates observe (escaping of input in filtered block output,
tojson,joinand string operations; undefined member access), and some templates that used to render now throw where llama.cpp throws (number subscript of none, e.g. Devstral Small 2507 and QwQ-32B). The changelog lists each case.Gates at
854783c: format 0 changed,analyze --fatal-infosclean, VM 1178 pass (11 skipped), Chrome CI lane 1076 pass (11 skipped),pub publish --dry-run0 warnings.Closes #36
After merge, tag the merge commit
v1.3.0to publish.