Skip to content

Commit

Permalink
Release 1.0.2 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
moromimay authored Aug 7, 2020
1 parent 9a5a4e0 commit ccf2e2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ 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.2](https://github.com/quintoandar/butterfree/releases/tag/1.0.2)
### Added
* [MLOP-427] Add status badges ([#219](https://github.com/quintoandar/butterfree/pull/219))

### Changed
* [MLOP-426] Change branching strategy on butterfree to use only master branch ([#216](https://github.com/quintoandar/butterfree/pull/216))

### Fixed
* [MLOP-440] Python 3.7 bump and Fixing Dependencies ([#220](https://github.com/quintoandar/butterfree/pull/220))

## [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))
Expand All @@ -15,7 +25,7 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
### 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))
* Fixes type hints for `clients` module ([#198](https://github.com/quintoandar/butterfree/pull/198))

## [1.0.0](https://github.com/quintoandar/butterfree/releases/tag/1.0.0)
### Added
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.1"
__version__ = "1.0.2"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit ccf2e2a

Please sign in to comment.