Skip to content

Commit cd2d811

Browse files
authored
Bump up to 0.8.0 (#133)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent 984af55 commit cd2d811

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This package is primarily designed for dbt-core, enabling seamless interaction w
2323
2424
| Version | Supported dbt Version | Supported pydantic Version |
2525
|---------|-----------------------|----------------------------|
26+
| 0.8 | dbt 1.5 to 1.9 | pydantic v2 |
2627
| 0.7 | dbt 1.5 to 1.8 | pydantic v2 |
2728
| 0.6 | dbt 1.5 to 1.8 | pydantic v1 |
2829
| 0.5 | dbt 1.5 to 1.7 | pydantic v1 |

dbt_artifacts_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
A dbt artifacts parser in python
1919
"""
20-
__version__ = "0.8.0rc1"
20+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)