Skip to content

Commit 0f1c676

Browse files
github-actions[bot]web-flowharitamar
authored
release/v0.23.0 (#2145)
* release v0.23.0 * use official package version 0.23.0 * update package lock --------- Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Itamar Hartstein <haritamar@gmail.com>
1 parent ba9e92a commit 0f1c676

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/_snippets/quickstart-package-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
3939
```yml packages.yml
4040
packages:
4141
- package: elementary-data/elementary
42-
version: 0.22.0
42+
version: 0.23.0
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>

elementary/monitor/dbt_project/package-lock.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packages:
22
- name: dbt_utils
33
package: dbt-labs/dbt_utils
44
version: 0.8.6
5-
- git: https://github.com/elementary-data/dbt-data-reliability.git
6-
name: elementary
7-
revision: 2ab66fbe7e347c3cbbf2910c91f03cd6db2ef517
8-
sha1_hash: 7dc83ea83a781be623eea141eca2a0cceb4878e9
5+
- name: elementary
6+
package: elementary-data/elementary
7+
version: 0.23.0
8+
sha1_hash: 0edc67beba193ced6784779894083b5af00f73ec
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
4-
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: 2ab66fbe7e347c3cbbf2910c91f03cd6db2ef517
4+
- package: elementary-data/elementary
5+
version: 0.23.0
66

77
# NOTE - for unreleased CLI versions we often need to update the package version to a commit hash (please leave this
88
# commented, so it will be easy to access)
99
# - git: https://github.com/elementary-data/dbt-data-reliability.git
1010
# revision: 20b76374f7c1b6cc280af7652c720e6069499a19
1111
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.
1212
# - package: elementary-data/elementary
13-
# version: 0.22.0
13+
# version: 0.23.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elementary-data"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
description = "Data monitoring and lineage"
55
authors = ["Elementary"]
66
keywords = ["data", "lineage", "data lineage", "data warehouse", "DWH", "observability", "data monitoring", "data observability", "Snowflake", "BigQuery", "Redshift", "data reliability", "analytics engineering"]

0 commit comments

Comments
 (0)