Skip to content

Commit 9a4c093

Browse files
committed
chore: release v0.21.1
1 parent 3b26320 commit 9a4c093

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## <small>0.21.1 (2025-11-11)</small>
4+
5+
* chore: update release options (#58) ([3b26320](https://github.com/opensource-observer/oso/commit/3b26320)), closes [#58](https://github.com/opensource-observer/oso/issues/58)
6+
* fix: fix integration for custom translators that take options (#57) ([823abba](https://github.com/opensource-observer/oso/commit/823abba)), closes [#57](https://github.com/opensource-observer/oso/issues/57)
7+
38
## 0.21.0 (2025-11-09)
49

510
* chore: update uv.lock (#55) ([c1ff2d0](https://github.com/opensource-observer/oso/commit/c1ff2d0)), closes [#55](https://github.com/opensource-observer/oso/issues/55)

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.21.0",
4+
"version": "0.21.1",
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.21.0"
3+
version = "0.21.1"
44
description = ""
55
authors = [
66
{name = "Reuven Gonzales", email = "[email protected]"}

0 commit comments

Comments
 (0)