Skip to content

Commit ac7d079

Browse files
committed
Bump to version 0.6.1
1 parent 8b224f7 commit ac7d079

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
## [0.6.1]
19+
20+
**Full Changelog**: <https://github.com/DeepLcom/sql-mock/compare/v0.6.0...v0.6.1>
21+
22+
### Fixed
23+
1824
* Add default target path for dbt
1925
* Improve replacement of tables (also taking into account missing alias)
2026
* Do not require mocks for ARRAY JOIN clause arguments

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "sql-mock"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
description = "Simplify the testing of SQL data models and queries by allowing users to mock input data and create tests for various scenarios. It provides a consistent and convenient way to test the execution of your query without the need to process a massive amount of data."
66
repository = "https://github.com/DeepLcom/sql-mock"
77
readme = "README.md"

0 commit comments

Comments
 (0)