Skip to content

Commit 8baa425

Browse files
author
Thomas Schmidt
committed
Bump version to 0.5.3
1 parent 409b05c commit 8baa425

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

1414
### Added
1515

16+
### Changed
17+
18+
### Fixed
19+
20+
## [0.5.3]
21+
**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.5.2...v0.5.3
22+
23+
### Added
24+
1625
* Clickhouse: Support for secure connections
1726

1827
### Changed
@@ -105,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105114
## [0.1.2] - 2023-10-26
106115
Initial version.
107116

108-
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.2...HEAD
117+
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.3...HEAD
118+
[0.5.3]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.3
109119
[0.5.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.2
110120
[0.5.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.1
111121
[0.5.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.0

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.5.2"
4+
version = "0.5.3"
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)