Skip to content

Commit 71f8f7a

Browse files
committed
revert changelog to 0.20.0
1 parent 6341787 commit 71f8f7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.0.0 (2025-08-18)
3+
## 0.20.0 (2025-08-18)
44

55
* 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)
66

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

0 commit comments

Comments
 (0)