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

dagger-sdk v0.2.3

Compare
Choose a tag to compare
@kjuulh kjuulh released this 19 Feb 14:31
· 120 commits to main since this release
9235030

New Features

  • re-export through lib.rs
    this means that you can now use dagger_sdk::connect() instead of
    dagger_sdk::client::connect();
  • with return result instead of unwrap
  • remove unnecessary option returns

Commit Statistics

  • 3 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • re-export through lib.rs (19ed6c2)
    • with return result instead of unwrap (de063ea)
    • remove unnecessary option returns (5d66736)