v0.7.0#
These are the release notes for gptme version v0.7.0.
Contributors#
Thanks to everyone who contributed to this release:
@erikbjare
Changelog#
Changes since v0.6.1:
📦 gptme#
✨ Features (1)#
feat: changed command prefix from
.
to/
, added tab completion, fixed bugs (e26fc64b
)
🐛 Fixes (1)#
fix: removed dependency on joblib (in favor of lru_cache) and toml (in favor of tomlkit), marked optionals properly in pyproject (
43a6d2e5
)
🔨 Misc (1)#
chore: release v0.7.0 (
05f74ad8
)
Full Changelog: https://github.com/gptme/gptme/compare/v0.6.1…v0.7.0