Skip to content

Commit baaa32b

Browse files
author
Thomas Schmidt
committed
Update changelog
1 parent 177baa1 commit baaa32b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

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

1616
### Changed
1717

18+
## [0.4.0]
19+
20+
### Added
21+
* You can now provide default mocks in table_meta by @Somtom in https://github.com/DeepLcom/sql-mock/pull/19
22+
* Add array column types by @Somtom in https://github.com/DeepLcom/sql-mock/pull/22
23+
* Use sqlglot for table ref replace by @Somtom in https://github.com/DeepLcom/sql-mock/pull/24
24+
* Error handling improvements by @Somtom in https://github.com/DeepLcom/sql-mock/pull/25
25+
* Add dbt support by @Somtom in https://github.com/DeepLcom/sql-mock/pull/26
26+
27+
### Changed
28+
* Update SQL glot to 20.5.0 by @Somtom in https://github.com/DeepLcom/sql-mock/pull/27
29+
30+
### Fixed
31+
* Fixed quickstart docs by @Somtom in https://github.com/DeepLcom/sql-mock/pull/20
32+
1833

1934
## [0.3.1]
2035

@@ -53,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5368
## [0.1.2] - 2023-10-26
5469
Initial version.
5570

56-
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.3.1...HEAD
71+
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.4.0...HEAD
72+
[0.4.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.4.0
5773
[0.3.1]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.1
5874
[0.3.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.3.0
5975
[0.2.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.2.0

0 commit comments

Comments
 (0)