build: bump the package version to 1.1.0 for the v1.1 release - #125
Merged
Merged
Conversation
The v1.1 wave is shipped: GFM task lists and the raw-HTML policy knob (#97), the deterministic fuzz wall (#98), the stable C ABI (#99), the native-tested Windows binary (#100), --json serialization (#103) and --diagnostics (#104), the oliver meta (#111) and oliver wrap (#112) subcommands, native .md/.textile/.cook -> .html link rewriting (#113), and the plan+manifest output (#114), plus the post-wave fixes (#116, #119, #121, #123). The zon is the single source of truth (extracted by build.zig), so oliver.zig's public version constant and the binaries workflow smoke-test assertions move in lockstep with it.
|
SummaryCoverage spans release identity and version reporting across platforms, including commit propagation, clean local-build output, artifact consistency, native smoke checks, and publication safeguards. It also exercises the core Markdown-to-HTML rendering happy path and release workflow gating behavior. Safe to merge — the exercised release, workflow, versioning, and rendering behaviors showed no PR-attributable regressions or failures, so there is no merge blocker indicated by this run. Tests run by Ito
Tip Reply with @itoqa to send us feedback on this test run. |
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.

Summary
Bumps the package version to
1.1.0in the three lockstep locations for the v1.1 release:build.zig.zon(single source of truth)src/oliver.zigpublic version constant (--versionoutput).github/workflows/binaries.ymlsmoke-test assertions (both the Linux and Windows legs)Release window
Everything since v1.0.0: GFM task lists + raw-HTML policy (#97), fuzz wall (#98), stable C ABI (#99), Windows binary (#100),
--json(#103),--diagnostics(#104),oliver meta(#111),oliver wrap(#112), native link rewriting (#113), plan+manifest (#114), and the wrap-parsing / CI / meta-quoting / docs-frontmatter fixes (#116, #119, #121, #123).Verification
zig build test --summary all: 455/455 tests, 14/14 stepszig fmtclean