Releases: YOU54F/pact-plugins
Releases · YOU54F/pact-plugins
pact-plugin-cli-v0.2.2
fix(plugins): use std process not tokio
pact-plugin-cli-v0.2.1
Merge pull request #5 from YOU54F/issue/unix_signal_handlers_golang_cgo Issue/unix signal handlers golang cgo
pact-plugin-cli-v0.2.0
slim output binaries
[profile.release]
strip = true
opt-level = "z"
codegen-units = 1
lto = true
References
pact-plugin-cli-v0.1.4
feat: linux musl static bins / windows aarch64
- create linux executables linked statically to musl
- drop gnu (glibc) target, executable will work on alpine & glibc based distros (debian etc)
- create windows aarch64 target
- refactor release script & workflow to match pact-reference
- builds on pull request to master/main branch, in debug mode
Related epics
- musl all the things
csv-plugin-0.1.0
slim output binaries
[profile.release]
strip = true
opt-level = "z"
codegen-units = 1
lto = true
References
csv-plugin-0.0.8
feat: linux musl static bins / windows aarch64
- create linux executables linked statically to musl
- drop gnu (glibc) target, executable will work on alpine & glibc based distros (debian etc)
- create windows aarch64 target
- refactor release script & workflow to match pact-reference
- builds on pull request to master/main branch, in debug mode
Related epics
- musl all the things
pact-plugin-cli-v0.1.3
feat: musl built linux bins / windows arm64 support
csv-plugin-0.0.7
feat: musl built linux bins / windows arm64 support
pact-plugin-cli-v0.1.2
chore: update link to forked repo index
csv-plugin-0.0.6
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
codegen-units = 1
panic = "abort"