Skip to content

Commit

Permalink
chore: release 1.6.0 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Dec 1, 2021
1 parent 1560c7e commit aa2b860
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## Untagged

## [1.6.0](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.5.0...v1.6.0) (2021-12-01)


### Features

* teradata hashing implementation ([#324](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/issues/324)) ([b74e03e](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b74e03ee94b666afe6a7765add81e6bfef9c227b))


### Bug Fixes

* Include StringIO into teradata ibis compiler.py ([#336](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/issues/336)) ([1dba63b](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/commit/1dba63be87a8e4b4ff63d1753c6197a6ec3411e5))
* Issue348 casting ([#349](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/issues/349)) ([1560c7e](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/commit/1560c7e4a939f6b1d6eaae912d46ace6eda422b6))


### Documentation

* add local development nox docs ([#342](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/issues/342)) ([80d26c6](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/commit/80d26c6adb02ce0d4eeb9053b50f1cdad8372f2c))

## [1.5.0](https://www.github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.4.0...v1.5.0) (2021-10-19)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

name = "google-pso-data-validator"
description = "A package to enable easy data validation"
version = "1.5.0"
version = "1.6.0"
release_status = "Development Status :: 3 - Alpha"

with open("README.md", "r") as fh:
Expand Down

0 comments on commit aa2b860

Please sign in to comment.