Skip to content

Commit e9f6f72

Browse files
chore: bump version to 0.3.2 [skip ci]
1 parent ff00e89 commit e9f6f72

3 files changed

Lines changed: 31 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [v0.3.2](https://github.com/generative-computing/mellea/releases/tag/v0.3.2) - 2026-02-26
2+
3+
### Feature
4+
5+
* Add tool decorator ([#387](https://github.com/generative-computing/mellea/issues/387)) ([`bfbbe46`](https://github.com/generative-computing/mellea/commit/bfbbe46638942a2a814cf19d6745b89e8e089ecc))
6+
7+
### Fix
8+
9+
* Issues found in comprehensive tests: cache capacity, watsonx ([#560](https://github.com/generative-computing/mellea/issues/560)) ([`ff00e89`](https://github.com/generative-computing/mellea/commit/ff00e890c5b984e778aa256743be7d70eb6fe480))
10+
* Nonhybrid granite model id ([#546](https://github.com/generative-computing/mellea/issues/546)) ([`dc94364`](https://github.com/generative-computing/mellea/commit/dc94364667540e502da9b0f83126e5d5511fc599))
11+
* Huggingface memory leak ([#544](https://github.com/generative-computing/mellea/issues/544)) ([`2f74853`](https://github.com/generative-computing/mellea/commit/2f748534f7efd659095c189f39a00659351f517b))
12+
* Self._tokenizer is unset ([#549](https://github.com/generative-computing/mellea/issues/549)) ([`5ac4b2f`](https://github.com/generative-computing/mellea/commit/5ac4b2f28d3ada4c638c9063acf02824688bca37))
13+
* Avoid instantiating an additional tokenizer ([#548](https://github.com/generative-computing/mellea/issues/548)) ([`05f0a91`](https://github.com/generative-computing/mellea/commit/05f0a91c3621ab2864c7c2af8cd2776ea8604aaf))
14+
* Allow mypy to install type stubs ([#487](https://github.com/generative-computing/mellea/issues/487)) ([`2bb34d6`](https://github.com/generative-computing/mellea/commit/2bb34d6c4426cf51006c1f1fc610dc6af45061e8))
15+
* **mellea decomp:** Solve ConstraintExtractor parsing fails and improve robustness ([#445](https://github.com/generative-computing/mellea/issues/445)) ([`ca3a7f2`](https://github.com/generative-computing/mellea/commit/ca3a7f288eb5fa0c95e863656ee7020f4f65a61d))
16+
17+
### Documentation
18+
19+
* **api:** Generate API docs from latest PyPI release ([#361](https://github.com/generative-computing/mellea/issues/361)) ([`0cf5d37`](https://github.com/generative-computing/mellea/commit/0cf5d37f5d89ef391256f871f867625e6285d20d))
20+
121
## [v0.3.1](https://github.com/generative-computing/mellea/releases/tag/v0.3.1) - 2026-02-11
222

323
### 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.3.1"
7+
version = "0.3.2"
88
authors = [
99
{ name = "Nathan Fulton", email = "nathan@ibm.com" },
1010
{ name = "Hendrik Strobelt", email = "hendrik.strobelt@ibm.com" },

0 commit comments

Comments
 (0)