Skip to content

Commit 72849c9

Browse files
chore: bump version to 0.0.5 [skip ci]
1 parent c1c17b6 commit 72849c9

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## [v0.0.5](https://github.com/generative-computing/mellea/releases/tag/v0.0.5) - 2025-09-17
2+
3+
### Feature
4+
5+
* Enable VLMs ([#126](https://github.com/generative-computing/mellea/issues/126)) ([`629cd9b`](https://github.com/generative-computing/mellea/commit/629cd9be8ab5ee4227eb662ac5f73bc0c42e668c))
6+
* LiteLLM backend ([#60](https://github.com/generative-computing/mellea/issues/60)) ([`61d7f0e`](https://github.com/generative-computing/mellea/commit/61d7f0e2e9f5e8cc756a294b0580d27ccce2aaf6))
7+
* New logo by Ja Young Lee ([#120](https://github.com/generative-computing/mellea/issues/120)) ([`c8837c6`](https://github.com/generative-computing/mellea/commit/c8837c695e2d6a693a441e3fc9e1fabe231b11f0))
8+
9+
### Fix
10+
11+
* Adding pillow as dependency ([#147](https://github.com/generative-computing/mellea/issues/147)) ([`160c6ef`](https://github.com/generative-computing/mellea/commit/160c6ef92fc5ca352de9daa066e6f0eda426f3d9))
12+
* Huggingface backend does not properly pad inputs ([#145](https://github.com/generative-computing/mellea/issues/145)) ([`a079c77`](https://github.com/generative-computing/mellea/commit/a079c77d17f250faaafb0cd9bcc83972c2186683))
13+
* Return to old logo ([#132](https://github.com/generative-computing/mellea/issues/132)) ([`f08d2ec`](https://github.com/generative-computing/mellea/commit/f08d2ec8af680ffee004ba436123a013efae7063))
14+
* Alora version and image printing in messages ([#130](https://github.com/generative-computing/mellea/issues/130)) ([`2b3ff55`](https://github.com/generative-computing/mellea/commit/2b3ff55fcfb61ef30a26365b9497b31df7339226))
15+
* Remove ModelOption.THINKING from automatic mapping because it's explicitely handled in line #417 (which was causing parameter conflicts) ([#124](https://github.com/generative-computing/mellea/issues/124)) ([`b5c2a39`](https://github.com/generative-computing/mellea/commit/b5c2a394e3bc62961a55310aeb5944238791dbc1))
16+
17+
### Documentation
18+
19+
* Improved documentation on model_options ([#134](https://github.com/generative-computing/mellea/issues/134)) ([`ad10f3b`](https://github.com/generative-computing/mellea/commit/ad10f3bc57a6cf68777c1f78b774414935f47a92))
20+
* Explain that the tool must be called ([#140](https://github.com/generative-computing/mellea/issues/140)) ([`a24a8fb`](https://github.com/generative-computing/mellea/commit/a24a8fbd68b986496b563a74414f3fb8b1f02355))
21+
* Fix typo on README ([#116](https://github.com/generative-computing/mellea/issues/116)) ([`dc610ae`](https://github.com/generative-computing/mellea/commit/dc610ae427f2b18008c537ea1737130e1f062a78))
22+
* Fix README typos and broken links ([`4d90c81`](https://github.com/generative-computing/mellea/commit/4d90c81ea916d8f38da11182f88154219181fdd1))

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.0.4"
7+
version = "0.0.5"
88
authors = [
99
{ name = "Nathan Fulton", email = "[email protected]" },
1010
{ name = "Hendrik Strobelt", email = "[email protected]" },

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)