Skip to content

Commit

Permalink
Merge pull request #15 from DeepLcom/release/v0.3.0
Browse files Browse the repository at this point in the history
v0.3.0 release
  • Loading branch information
Somtom authored Nov 3, 2023
2 parents 97c3c8e + 3df1d24 commit 2e03512
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed


## [0.3.0]

**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.2.0...v0.3.0

### Added
* Now you can also pass a `query` to the `table_meta`. The `query_path` will overwrite a `query` in case both are provided
* New method `assert_cte_equal` that allows to check the output of a specific CTE in the query you want to test.
* Added documentation page

### Changed

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

[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.0
[0.2.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.2.0
[0.1.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.1.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "sql-mock"
version = "0.2.0"
version = "0.3.0"
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."
repository = "https://github.com/DeepLcom/sql-mock"
readme = "README.md"
Expand Down

0 comments on commit 2e03512

Please sign in to comment.