Skip to content

Commit

Permalink
release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moromimay committed Jun 2, 2020
1 parent 58eba0b commit 9fba279
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## Unreleased

## [0.10.0](https://github.com/quintoandar/butterfree/releases/tag/0.10.0)
### Added
* [MLOP-325] Debug Mode on Writers ([#155](https://github.com/quintoandar/butterfree/pull/155))
* [MLOP-256] Create a checklist for Butterfree PRs ([#153](https://github.com/quintoandar/butterfree/pull/153))
* [MLOP-252] Butterfree Examples - Simple Feature Set ([#157](https://github.com/quintoandar/butterfree/pull/157))

### Changed
* [MLOP-291] Associate Multiple Transforms to their Correspondents Types ([#154](https://github.com/quintoandar/butterfree/pull/154))

### Fixed
* Fix cassandra client ([#156](https://github.com/quintoandar/butterfree/pull/156))

## [0.9.2](https://github.com/quintoandar/butterfree/releases/tag/0.9.2)
### Added
* Add most_frequent_set to allowed agg ([#150](https://github.com/quintoandar/butterfree/pull/150))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "quintoandar-butterfree"
__version__ = "0.9.2"
__version__ = "0.10.0"
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 9fba279

Please sign in to comment.