Skip to content

Commit

Permalink
Release 2.1.0 (#22)
Browse files Browse the repository at this point in the history
* Bump minor

* Create CHANGELOG.md
  • Loading branch information
Samira-El committed Mar 11, 2021
1 parent c0b52bc commit 7e6ead4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG


## 2.1.0 (2021-03-11)
### Addedd
- `--validate` flag to do one-off validatation of the transformation config using a given catalog file.

### Changed
- Validation of the transformation during runtime whenever a new `SCHEMA` type message has been received.


## 2.0.0 (2020-03-17)

### changed
- Stop trimming transformed values
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pipelinewise-transform-field',
version='2.0.0',
version='2.1.0',
description='Singer.io simple field transformer between taps and targets - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7e6ead4

Please sign in to comment.