Skip to content

Commit f777001

Browse files
committed
Bump version to 0.6.0
1 parent 361d502 commit f777001

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.github/PULL_REQUEST_TEMPLATE/release_template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ Please ensure the following steps have been taken before publishing a new releas
66

77
- [ ] The version has been bumped in `pyproject.toml` in accordance with [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## Documentation
10-
11-
- [ ] The documentation has been updated by running `make build-docs-github`.
12-
139
## Changelog
1410

1511
- [ ] The "Unreleased" entries in the Changelog have been moved to the new version.

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
5-
61
# Changelog
72

83
All notable changes to this project will be documented in this file.
@@ -14,7 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149

1510
### Added
1611

17-
* BigQuery column types
12+
### Changed
13+
14+
### Breaking Changes
15+
16+
### Fixed
17+
18+
## [0.6.0]
19+
20+
**Full Changelog**: <https://github.com/DeepLcom/sql-mock/compare/v0.5.4...v0.6.0>
21+
22+
### Added
23+
24+
* New BigQuery column types
1825

1926
### Changed
2027

@@ -149,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149156

150157
Initial version.
151158

152-
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.4...HEAD
159+
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.6.0...HEAD
160+
[0.6.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.6.0
153161
[0.5.4]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.4
154162
[0.5.3]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.3
155163
[0.5.2]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.2

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