Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moromimay committed Jul 30, 2020
1 parent 6fb108e commit a8f9178
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.

Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## [1.0.1](https://github.com/quintoandar/butterfree/releases/tag/1.0.1)
### Added
* Adding the library motto to readme and python package ([#203](https://github.com/quintoandar/butterfree/pull/203))

### Changed
* [MLOP-418] Take Butterfree's docs to the master branch ([#201](https://github.com/quintoandar/butterfree/pull/201))
* Update notebooks examples ([#205](https://github.com/quintoandar/butterfree/pull/205))
* [MLOP-417] Remove Drone yml/Drone references ([#211](https://github.com/quintoandar/butterfree/pull/211))

### Fixed
* Fixing an attribute reference error and raising a more meaningful exception when an anonymous function is passed to an AggregatedTransform ([#206](https://github.com/quintoandar/butterfree/pull/206))
* Fix schema and reports. ([#207](https://github.com/quintoandar/butterfree/pull/207))
* Fixes type hints for `clients` module ([#198](https://github.com/quintoandar/butterfree/pull/207))

## [1.0.0](https://github.com/quintoandar/butterfree/releases/tag/1.0.0)
### Added
* [MLOP-415] GitHub Actions CI ([#199](https://github.com/quintoandar/butterfree/pull/199))
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__ = "butterfree"
__version__ = "1.0.0"
__version__ = "1.0.1"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit a8f9178

Please sign in to comment.