Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmidt committed Nov 17, 2023
1 parent cdb00cd commit eaca4f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed


## [0.3.1]

### Fixed
- MockTable classes now have a `_sql_dialect` attribute that is used with `sglglot` for more reliable dialect conversions


## [0.3.0]

**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.2.0...v0.3.0
Expand Down Expand Up @@ -47,7 +53,8 @@ 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.3.0...HEAD
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.1
[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.3.0"
version = "0.3.1"
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 eaca4f5

Please sign in to comment.