diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b6215..485594f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3] - 2023-04-20 +### Added +- Support for aliases + +### Fixed +- Protect division by zero + ## [0.3.2] - 2022-11-18 ### Added - Repository metadata diff --git a/pyproject.toml b/pyproject.toml index 5d1a59f..e81fbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-coverage" -version = "0.3.2" +version = "0.3.3" description = "One-stop-shop for docs and test coverage of dbt projects" authors = ["Andrej Švec "] readme = 'README.md'