Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Somtom committed Jan 28, 2024
1 parent 361d502 commit f777001
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Please ensure the following steps have been taken before publishing a new releas

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

## Documentation

- [ ] The documentation has been updated by running `make build-docs-github`.

## Changelog

- [ ] The "Unreleased" entries in the Changelog have been moved to the new version.
Expand Down
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
Changelog
All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

# Changelog

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

### Added

* BigQuery column types
### Changed

### Breaking Changes

### Fixed

## [0.6.0]

**Full Changelog**: <https://github.com/DeepLcom/sql-mock/compare/v0.5.4...v0.6.0>

### Added

* New BigQuery column types

### Changed

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

Initial version.

[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.5.4...HEAD
[Unreleased]: https://github.com/DeepLcom/sql-mock/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.6.0
[0.5.4]: https://github.com/DeepLcom/sql-mock/releases/tag/v0.5.4
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "sql-mock"
version = "0.5.4"
version = "0.6.0"
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"
Expand Down

0 comments on commit f777001

Please sign in to comment.