Highlights ✨
- Our macOS release binaries are signed and notarised now.
- You can download
zinnia
from our Github Releases, no more waiting forcargo install
to compile v8. - We are shipping the first version of
zinniad
, a long-running process that will execute Zinnia modules inside Filecoin Station.
What's Changed
- deps: bump serde from 1.0.158 to 1.0.159 by @dependabot in #149
- deps: bump clap from 4.1.13 to 4.1.14 by @dependabot in #150
- deps: bump async-trait from 0.1.67 to 0.1.68 by @dependabot in #151
- feat:
zinniad
for Filecoin Station by @bajtos in #141 - deps: bump serde_json from 1.0.94 to 1.0.95 by @dependabot in #156
- deps: bump clap from 4.1.14 to 4.2.0 by @dependabot in #155
- ci: run tests on macOS by @bajtos in #157
- feat: build
zinniad
release binaries by @bajtos in #158 - feat: sign
zinniad
binary for macOS by @bajtos in #159 - docs:
CACHE_ROOT
andSTATE_ROOT
[ADR] by @bajtos in #152 - deps: bump clap from 4.2.0 to 4.2.1 by @dependabot in #164
- feat: notarize macOS binaries by @bajtos in #161
- feat: remove
protoc
dependency by @bajtos in #165 - docs: install prebuilt binaries by @bajtos in #162
- feat: introduce
STATE_ROOT
andCACHE_ROOT
by @bajtos in #166
Full Changelog: v0.5.0...v0.6.0