Skip to content

Commit cd56c58

Browse files
committed
chore: release v0.22.0
1 parent 22e0446 commit cd56c58

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.22.0 (2025-11-11)
4+
5+
* fix: change release condition to trigger on automatic bump (#61) ([22e0446](https://github.com/opensource-observer/oso/commit/22e0446)), closes [#61](https://github.com/opensource-observer/oso/issues/61)
6+
37
## <small>0.21.2 (2025-11-11)</small>
48

59
* chore: update release options (#60) ([c13b089](https://github.com/opensource-observer/oso/commit/c13b089)), closes [#60](https://github.com/opensource-observer/oso/issues/60)

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

0 commit comments

Comments
 (0)