Releases: crawford/marker
Releases · crawford/marker
v0.10.0
What's Changed
This is the first real GitHub release (thanks @ivanvc!). Note that the published artifacts are not built with networking enabled. This avoids the complications of (up-to-date) certificate verification and allows the Linux executable to be statically linked. If the networking functionality is needed, marker
will need to be built from source.
The build provenance attestations 1 are available here: https://github.com/crawford/marker/attestations. These can be used to double-check that it was a GitHub worker that actually built the executable in the tarball and that it was built from known source in a known way.
- Support absolute path by @fuweid in #23
- Move network requests behind a feature by @crawford in #25
- Publish released version binaries by @ivanvc in #32