Skip to content

Commit 3138b5d

Browse files
albjoaovgithub-actions[bot]lecardozo
authored
chore(staging): release 1.4.8 (#399)
🤖 I have created a release *beep* *boop* --- ## [1.4.8](1.4.7...v1.4.8) (2025-02-18) ### Fixes - Release process 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: Lucas Cardozo <[email protected]>
1 parent b2b554e commit 3138b5d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.4.7"
2+
".": "1.4.8"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.4.8](https://github.com/quintoandar/butterfree/compare/1.4.6...v1.4.8) (2025-02-18)
7+
8+
- Fixes: release process
9+
610
## [Unreleased]
711
## [1.4.6](https://github.com/quintoandar/butterfree/releases/tag/1.4.6)
812
* Fix(MLOP-2519): avoid configuring logger at lib level ([#393](https://github.com/quintoandar/butterfree/pull/393))

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.4.7" # x-release-please-version
3+
__version__ = "1.4.8" # 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.4.7" # x-release-please-version
4+
__version__ = "1.4.8" # 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)