dagger-rs/crates/dagger-sdk/CHANGELOG.md
2023-02-19 15:34:07 +01:00

8.9 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.4 (2023-02-19)

Bug Fixes

  • readme dagger-rs -> dagger-sdk

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • readme dagger-rs -> dagger-sdk (7d04ab1)

v0.2.3 (2023-02-19)

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

  • 4 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
    • Release dagger-sdk v0.2.3, dagger-codegen v0.2.3, dagger-rs v0.2.9 (9235030)
    • re-export through lib.rs (19ed6c2)
    • with return result instead of unwrap (de063ea)
    • remove unnecessary option returns (5d66736)

v0.2.2 (2023-02-19)

New Features

  • update to dagger v0.3.12

Bug Fixes

  • fixed fmt errors

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.2 (e921ba1)
    • Release dagger-core v0.2.2, dagger-codegen v0.2.2, dagger-rs v0.2.8 (1638f15)
    • fixed fmt errors (10bc6f3)
    • update to dagger v0.3.12 (6e5f407)

v0.2.1 (2023-02-18)

Bug Fixes

  • update all dependencies

Commit Statistics

  • 40 commits contributed to the release over the course of 20 calendar days.
  • 1 commit was understood as conventional.
  • 2 unique issues were worked on: #5, #6

Commit Details

view details