diff --git a/libraries/pipes/implementations/rust/CHANGELOG.md b/libraries/pipes/implementations/rust/CHANGELOG.md index 686ef50..565667c 100644 --- a/libraries/pipes/implementations/rust/CHANGELOG.md +++ b/libraries/pipes/implementations/rust/CHANGELOG.md @@ -2,7 +2,9 @@ ## [UNRELEASED] -### Added +- + +## 0.1.7 - (pull/71) Added the `close` method to `PipesContext` - (pull/67) Added the `data_version` parameter to `report_asset_materialization` @@ -24,8 +26,6 @@ ## 0.1.6 -### Added - - (pull/5) Setup `jsonschema` and `quicktype` to generate types shared with `dagster-pipes-java` - (pull/4) Added ability to report asset check via `context.report_asset_check` - (pull/4) Added `AssetCheckSeverity` `enum` for specifying check severity @@ -36,7 +36,5 @@ ## 0.1.5 -### Added - - Implemented temporary file based message writing - Added the `context.report_asset_materialization` method diff --git a/libraries/pipes/implementations/rust/Cargo.toml b/libraries/pipes/implementations/rust/Cargo.toml index 1dade77..944a4ee 100644 --- a/libraries/pipes/implementations/rust/Cargo.toml +++ b/libraries/pipes/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dagster_pipes_rust" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "A Dagster pipes implementation for interfacing with Rust" license = "Apache-2.0"