Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmidt committed Jan 24, 2024
1 parent 409b05c commit 8baa425
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

## [0.5.3]
**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.5.2...v0.5.3

### Added

* Clickhouse: Support for secure connections

### Changed
Expand Down Expand Up @@ -105,7 +114,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.5.2...HEAD
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.3
[0.5.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.2
[0.5.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.1
[0.5.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.0
Expand Down
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.5.2"
version = "0.5.3"
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 8baa425

Please sign in to comment.