Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmidt committed Jan 23, 2024
1 parent 5e9d00d commit c86dbba
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Fixed

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

### Added

### Changed

### Fixed

* Removed usage of chdb since it turned out it sometimes does not return results

## [0.5.1]

**Full Changelog**: https://github.com/DeepLcom/sql-mock/compare/v0.5.0...v0.5.1

### Added

### Changed
* Use chdb to fully mock the Clickhouse connection


### Fixed
* Fixed generation of CTE names from references with hyphens

Expand Down Expand Up @@ -80,7 +103,9 @@ 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.0...HEAD
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.2...HEAD
[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
[0.4.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.4.0
[0.3.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.1
Expand Down

0 comments on commit c86dbba

Please sign in to comment.