This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
dagger-core v0.2.9
kjuulh
released this
03 Apr 18:29
·
19 commits
to main
since this release
New Features
- with 0.4.2
- add musl ci
This pr adds musl ci support for #50 - with multi platform ci
This adds the first iteration of multi platform ci. This is the lowest level of testing added: pinned all the way to nightly. Next up will be macos, then musl and arm. And lastly windows. Each will probably require special handling, especially because of how cross and qemu interacts with the dagger-engine and docker. - extract client
This extracts the client (strategy pattern), this is so that it is will be possible to test the actual querier, without hitting / requiring the dagger-engine running. - rename projects to point to github/kjuulh/dagger-sdk
- with loggers
Refactor
- move dagger-rs and adopt workspace.deps
Commit Statistics
- 7 commits contributed to the release over the course of 19 calendar days.
- 23 days passed between releases.
- 7 commits were understood as conventional.
- 3 unique issues were worked on: #46, #48, #51