Skip to content

Commit 2f2c20e

Browse files
chore: bump version to 0.4.1 [skip ci]
1 parent 4bb16c8 commit 2f2c20e

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [v0.4.1](https://github.com/generative-computing/mellea/releases/tag/v0.4.1) - 2026-03-23
2+
3+
### Feature
4+
5+
* Move ruff hooks locally; add output for ci/cd autofixes; update ([#709](https://github.com/generative-computing/mellea/issues/709)) ([`f0e778e`](https://github.com/generative-computing/mellea/commit/f0e778efcf7e0602393e9db929e5cfc998fbf18c))
6+
* **m-decomp:** Upgraded pipeline and added README, examples, and fixed module issues ([#676](https://github.com/generative-computing/mellea/issues/676)) ([`cf63d92`](https://github.com/generative-computing/mellea/commit/cf63d92f47c4bf2b126d518c08d830b830112317))
7+
8+
### Fix
9+
10+
* Add missing dependencies ([#715](https://github.com/generative-computing/mellea/issues/715)) ([`4bb16c8`](https://github.com/generative-computing/mellea/commit/4bb16c88be07b291c840cad57e55eea2b06ba950))
11+
* Add special handling for mellea global event loop when forked ([#624](https://github.com/generative-computing/mellea/issues/624)) ([`a620440`](https://github.com/generative-computing/mellea/commit/a6204405ab09244e51309c9f80abc0b6e22eca92))
12+
* Update github action versions to Node24 compatible ([#713](https://github.com/generative-computing/mellea/issues/713)) ([`4c0bb1b`](https://github.com/generative-computing/mellea/commit/4c0bb1b6e5cd8fc851629c28c05c1d25b7aae6f8))
13+
* Increase test timeout and remove unnecessary hook debugging ([#706](https://github.com/generative-computing/mellea/issues/706)) ([`871a4bf`](https://github.com/generative-computing/mellea/commit/871a4bff423abff745fab23769f8c6a8e263cbba))
14+
15+
### Documentation
16+
17+
* Add documentation listing required models for non qualitative tests to run ([#674](https://github.com/generative-computing/mellea/issues/674)) ([`7501093`](https://github.com/generative-computing/mellea/commit/75010933d3e1db865f94b81fb992678d4811eb46))
18+
119
## [v0.4.0](https://github.com/generative-computing/mellea/releases/tag/v0.4.0) - 2026-03-18
220

321
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "mellea"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = [
99
{ name = "Mellea Contributors", email = "melleaadmin@ibm.com" },
1010
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)