Skip to content

Commit 8bd0770

Browse files
committed
chore: release v0.15.0
1 parent 63bd837 commit 8bd0770

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.15.0 (2025-04-23)
4+
5+
* feat: allow passing in custom context (#42) ([63bd837](https://github.com/opensource-observer/oso/commit/63bd837)), closes [#42](https://github.com/opensource-observer/oso/issues/42)
6+
37
## 0.14.0 (2025-04-21)
48

59
* feat: allow restating models and any downstream deps (#40) ([ac1b870](https://github.com/opensource-observer/oso/commit/ac1b870)), closes [#40](https://github.com/opensource-observer/oso/issues/40)

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.14.0",
4+
"version": "0.15.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.14.0"
3+
version = "0.15.0"
44
description = ""
55
authors = [
66
{name = "Reuven Gonzales", email = "reuven@karibalabs.co"}

0 commit comments

Comments
 (0)