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

dagger-core v0.2.8

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

New Features

  • bump version
  • set internal warnings as errors
  • introduce tests again

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

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

Commit Details

view details
  • Uncategorized
    • bump version (41b20b6)
    • set internal warnings as errors (5f9b3a1)
    • introduce tests again (f9e7af9)
    • fix builder pattern to actually work with default values (ecca036)