Skip to content

Commit 6948a28

Browse files
chore(staging): release 1.6.0 (#409)
🤖 I have created a release *beep* *boop* --- ## [1.6.0](1.5.0...1.6.0) (2025-02-28) ### Features * **MLOP-2604:** Create delta writer ([#410](#410)) ([98c0878](98c0878)) ### Bug Fixes * testing ([cc1ad97](cc1ad97)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Rassweiler <[email protected]>
1 parent 98c0878 commit 6948a28

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [1.6.0](https://github.com/quintoandar/butterfree/compare/1.5.0...1.6.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **MLOP-2604:** Create delta writer ([#410](https://github.com/quintoandar/butterfree/issues/410)) ([98c0878](https://github.com/quintoandar/butterfree/commit/98c08785e1d542e6038f381bae5681611e542a41))
12+
13+
14+
### Bug Fixes
15+
16+
* testing ([cc1ad97](https://github.com/quintoandar/butterfree/commit/cc1ad971e42f2d0bd6df74b0b0da1bc61bc5b22c))
17+
618
## [1.5.0](https://github.com/quintoandar/butterfree/releases/tag/1.5.0)
719
* Fix releasing process
820

butterfree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module docstring example, following Google's docstring style."""
22

3-
__version__ = "1.5.0" # x-release-please-version
3+
__version__ = "1.6.0" # x-release-please-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "butterfree"
4-
__version__ = "1.5.0" # x-release-please-version
4+
__version__ = "1.6.0" # x-release-please-version
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)