Skip to content

Commit

Permalink
[dagster-hex] release 0.1.5 (dagster-io#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden authored Feb 13, 2025
1 parent 0ccece2 commit 3f6374b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
11 changes: 8 additions & 3 deletions libraries/dagster-hex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog
---

## 0.1.5 - UNRELEASED
## 0.1.6 - UNRELEASED

-

## 0.1.5

### Added

- Hex project asset definition with `build_hex_asset` function using the project_id
- Update to hex resource to sync with new hex api updates to deprecate `update_cache` and add `use_cached_sql` instead.
- Update to hex resource to sync with new hex API updates to deprecate `update_cache` and add `use_cached_sql` instead.

## 0.1.4 - UNRELEASED
## 0.1.4

### Added

Expand Down
2 changes: 1 addition & 1 deletion libraries/dagster-hex/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dagster-hex"
version = "0.1.4"
version = "0.1.5"
description = "Dagster integration with Hex"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
14 changes: 6 additions & 8 deletions libraries/dagster-hex/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f6374b

Please sign in to comment.