From 489c7bd4911915551c4581b2216a7d1832434022 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Wed, 17 Apr 2024 09:15:15 +0100 Subject: [PATCH] Bump to version 0.6.2 --- CHANGELOG.md | 6 ++---- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b35a2c..7cd8765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added - -### Changed +## [0.6.2] -### Breaking Changes +**Full Changelog**: ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 16985f8..2dd95a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sql-mock" -version = "0.6.1" +version = "0.6.2" 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"