Skip to content

Commit 5ef684d

Browse files
committed
chore: release v0.21.0
1 parent c1ff2d0 commit 5ef684d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.21.0 (2025-11-09)
4+
5+
* chore: update uv.lock (#55) ([c1ff2d0](https://github.com/opensource-observer/oso/commit/c1ff2d0)), closes [#55](https://github.com/opensource-observer/oso/issues/55)
6+
* feat: use GeneratedCallables for handling console methods (#52) ([d4217ab](https://github.com/opensource-observer/oso/commit/d4217ab)), closes [#52](https://github.com/opensource-observer/oso/issues/52)
7+
* fix: move get_asset_key_str to translator and define translator from config (#51) ([cd319bf](https://github.com/opensource-observer/oso/commit/cd319bf)), closes [#51](https://github.com/opensource-observer/oso/issues/51)
8+
39
## 0.20.0 (2025-08-18)
410

511
* fix!: Runs should trigger materialization result (#50) ([ea62863](https://github.com/opensource-observer/oso/commit/ea62863)), closes [#50](https://github.com/opensource-observer/oso/issues/50)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dagster-sqlmesh",
33
"description": "SQLMesh adapter for dagster - node deps are only for development",
4-
"version": "0.20.0",
4+
"version": "0.21.0",
55
"author": "Kariba Labs",
66
"license": "Apache-2.0",
77
"private": true,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dagster-sqlmesh"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
description = ""
55
authors = [
66
{name = "Reuven Gonzales", email = "[email protected]"}

0 commit comments

Comments
 (0)