Skip to content

Commit

Permalink
release: Version 0.3.0
Browse files Browse the repository at this point in the history
* Release the Version 0.3.0

* Bump the `click` and `typer` dependencies to their latest (minor) versions.

Signed-off-by: mrshu <mrshu@cisco.com>
  • Loading branch information
mrshu committed Nov 17, 2022
1 parent da6fbba commit adfa6d1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2022-11-17
### Added
- Support for custom run artifacts path. [#33] _Thanks to @Fszta!_
- Support for model selection by path. [#45] _Thanks to @followingell!_
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ To compute the coverages, `dbt-coverage` looks up the artefacts from the `dbt ru
option.

```console
# Compute doc coverage from the artefacts located in jaffle_shop/target, print it and write it to coverage-doc.json file
$ dbt-coverage compute doc --run-artifacts-dir jaffle_shop/target --cov-report coverage-doc.json
$ dbt-coverage compute doc --run-artifacts-dir jaffle_shop/target --cov-report coverage-doc.json # Compute doc coverage from the artefacts located in jaffle_shop/target, print it and write it to coverage-doc.json file

Coverage report
================================================
Expand Down
49 changes: 24 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-coverage"
version = "0.2.3"
version = "0.3.0"
description = "One-stop-shop for docs and test coverage of dbt projects"
authors = ["Andrej Švec <asvec@slido.com>"]
readme = 'README.md'
Expand Down

0 comments on commit adfa6d1

Please sign in to comment.