Skip to content

Commit 2e03512

Browse files
authored
Merge pull request #15 from DeepLcom/release/v0.3.0
v0.3.0 release
2 parents 97c3c8e + 3df1d24 commit 2e03512

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313

14+
### Added
15+
16+
### Changed
17+
18+
19+
## [0.3.0]
20+
21+
**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.2.0...v0.3.0
22+
1423
### Added
1524
* Now you can also pass a `query` to the `table_meta`. The `query_path` will overwrite a `query` in case both are provided
1625
* New method `assert_cte_equal` that allows to check the output of a specific CTE in the query you want to test.
26+
* Added documentation page
1727

1828
### Changed
1929

@@ -37,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3747
## [0.1.2] - 2023-10-26
3848
Initial version.
3949

40-
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.2.0...HEAD
50+
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.3.0...HEAD
51+
[0.3.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.0
4152
[0.2.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.2.0
4253
[0.1.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.1.2

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.2.0"
4+
version = "0.3.0"
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)