Skip to content

Commit 254af9f

Browse files
author
github-actions
committed
chore(flux0-release): Release [email protected] [skip ci]
Automatically generated by python-semantic-release
1 parent e4c5624 commit 254af9f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# CHANGELOG
22

33

4+
## v0.1.0-beta.4 (2025-08-06)
5+
6+
### Bug Fixes
7+
8+
- Highlight AI framework names in README
9+
([`33ecca4`](https://github.com/flux0-ai/flux0/commit/33ecca4154f9e23c9b7750c896576e2c77914d9e))
10+
11+
- **ci**: Trigger release when internal deps are updated
12+
([`019c560`](https://github.com/flux0-ai/flux0/commit/019c560a94cc37430fc67aef470ad9f74a58337c))
13+
14+
Changed commit type in the dependency update script from 'chore' to 'fix' to ensure semantic-release
15+
triggers a patch release for packages with updated internal dependencies.
16+
17+
- **root**: Update workspace dependencies
18+
([`e4c5624`](https://github.com/flux0-ai/flux0/commit/e4c56243688a827448242e81a64cefad7f98f91f))
19+
20+
421
## v0.1.0-beta.3 (2025-07-26)
522

623
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flux0-ai"
3-
version = "0.1.0-beta.3"
3+
version = "0.1.0-beta.4"
44
requires-python = ">=3.13"
55
dependencies = [
66
"flux0-server==0.1.0-beta.4",

src/flux0_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0-beta.3"
1+
__version__ = "0.1.0-beta.4"

0 commit comments

Comments
 (0)