Skip to content

Commit

Permalink
[dagster-pipes-rust] release 0.1.7 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden authored Dec 29, 2024
1 parent 9c0528d commit 35f26e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions libraries/pipes/implementations/rust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand All @@ -36,7 +36,5 @@

## 0.1.5

### Added

- Implemented temporary file based message writing
- Added the `context.report_asset_materialization` method
2 changes: 1 addition & 1 deletion libraries/pipes/implementations/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 35f26e5

Please sign in to comment.