Skip to content

Commit 8a15e96

Browse files
Merge pull request #1910 from elementary-data/release/v0.18.2
release/v0.18.2
2 parents 7adc25f + cca1595 commit 8a15e96

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

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.18.2
42+
version: 0.18.3
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
- package: dbt-labs/dbt_utils
33
version: 0.8.6
4-
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: 03574e36bf62d5e862933f35a92e50c76930c477
6-
sha1_hash: a698c049aaedb54268e347a762456afd7d3f9105
4+
- package: elementary-data/elementary
5+
version: 0.18.3
6+
sha1_hash: caba5078aa88398c24b4b49d04f3724a1eb366d8
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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: 03574e36bf62d5e862933f35a92e50c76930c477
4+
- package: elementary-data/elementary
5+
version: 0.18.3
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: f22a2387d19dddd73c8a506d1a9cbb08204f83f9
11+
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.

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.18.1"
3+
version = "0.18.2"
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)