Skip to content

Commit feb89bd

Browse files
committed
release: version 0.4.0
1 parent 7c4a274 commit feb89bd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.4.0] - 2025-10-20
810
### Added
911
- Hits count for test coverage. [#91]
1012
- Support for unit tests. [#93] _Thanks to @TStanovcak!_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ the support matrix.
263263
|-------------|----------------|
264264
| <0.20 | not tested |
265265
| 0.20 - 0.21 | 0.1 |
266-
| 1.0 - 1.9 | 0.2, 0.3 |
266+
| 1.0 - 1.9 | 0.2 - 0.4 |
267267

268268
## Related packages
269269

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 = "dbt-coverage"
3-
version = "0.3.10"
3+
version = "0.4.0"
44
description = "One-stop-shop for docs and test coverage of dbt projects"
55
authors = ["Andrej Švec <asvec@slido.com>"]
66
readme = 'README.md'

0 commit comments

Comments
 (0)