From 8baa4252e9b0a2536087946da1cbb46850451490 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Wed, 24 Jan 2024 08:18:11 +0100 Subject: [PATCH] Bump version to 0.5.3 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6439f..c6add45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e881fa6..55a1e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"