Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

dagger-sdk v0.2.16

Compare
Choose a tag to compare
@kjuulh kjuulh released this 10 Mar 22:40
· 51 commits to main since this release
f390eac

Chore

  • fix tasks

Documentation

  • fix missing await in connect

New Features

  • with dagger-engine v.0.4.0
  • add tests to sdk
  • set internal warnings as errors

Bug Fixes

  • fix builder pattern to actually work with default values
    In previous versions the builder pattern required all values to be set.
    This has not been fixed, so that default values are allowed.

Commit Statistics

  • 6 commits contributed to the release over the course of 13 calendar days.
  • 13 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • fix tasks (e642778)
    • with dagger-engine v.0.4.0 (7133bfa)
    • fix missing await in connect (13b7805)
    • add tests to sdk (4381af0)
    • set internal warnings as errors (5f9b3a1)
    • fix builder pattern to actually work with default values (ecca036)