Skip to content

Commit

Permalink
chore: files
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Oct 10, 2024
1 parent 7f65873 commit a487b3e
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
Expand Up @@ -5,6 +5,21 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## [Unreleased]

## [1.4.4](https://github.com/quintoandar/butterfree/releases/tag/1.4.4)
* Fix Storage Level ([#382](https://github.com/quintoandar/butterfree/pull/382))

## [1.4.3](https://github.com/quintoandar/butterfree/releases/tag/1.4.3)
* Performance upgrade ([#378](https://github.com/quintoandar/butterfree/pull/378))

## [1.4.2](https://github.com/quintoandar/butterfree/releases/tag/1.4.2)
* Minor fixes ([#376](https://github.com/quintoandar/butterfree/pull/376))

## [1.4.1](https://github.com/quintoandar/butterfree/releases/tag/1.4.1)
* Performance Improvements ([#374](https://github.com/quintoandar/butterfree/pull/374))

## [1.4.0](https://github.com/quintoandar/butterfree/releases/tag/1.4.0)
* Add Delta support ([#370](https://github.com/quintoandar/butterfree/pull/370))

## [1.3.5](https://github.com/quintoandar/butterfree/releases/tag/1.3.5)
* Auto create feature sets ([#368](https://github.com/quintoandar/butterfree/pull/368))

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.3.5"
__version__ = "1.4.4"
__repository_url__ = "https://github.com/quintoandar/butterfree"

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

0 comments on commit a487b3e

Please sign in to comment.