Skip to content

Fizzy SDK 0.1.52

Choose a tag to compare

@github-actions github-actions released this 04 Sep 17:28
· 126 commits to main since this release

Plugin-facing SDK package for Fizzy 0.1.52.

Pin in your plugin's build.zig.zon:

.fizzy = .{
    .url = "https://github.com/fizzyedit/fizzy/releases/download/sdk-v0.1.52/fizzy-sdk-v0.1.52.tar.gz",
    .hash = "…",
},
zig fetch --save=fizzy https://github.com/fizzyedit/fizzy/releases/download/sdk-v0.1.52/fizzy-sdk-v0.1.52.tar.gz

Do not pin the git archive of this tag — that is the full monorepo (app zon / Velopack).
This asset is the sdk/ package with src/core + src/sdk vendored in.
Locally, .path = "../fizzy/sdk" is fine while developing against an unreleased SDK.

See docs/PLUGINS.md §2.3.


Changes since sdk-v0.1.51

SDK

  • wake on dialog result (09f7954)
  • Update CI for resilience and release notes (078e99f)
All commits in this range

Full diff