From 2e2c9d7b73777e2a9a4e413e18bb9ea09735e0ab Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 Dec 2024 20:13:49 +0000 Subject: [PATCH] Add release notes for 0.10.7 --- docs/releases/v0.10.7.md | 17 +++++++++++++++++ pixi.lock | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 docs/releases/v0.10.7.md diff --git a/docs/releases/v0.10.7.md b/docs/releases/v0.10.7.md new file mode 100644 index 00000000..e98026a1 --- /dev/null +++ b/docs/releases/v0.10.7.md @@ -0,0 +1,17 @@ +## Version 0.10.7 + +This release includes improvements to the CLI documentation and bot initialization, enhancing clarity and consistency across the system. + +### New Features + +- Reorganized the import statements to ensure a logical grouping and order, making the codebase easier to navigate and maintain. (088d9f) (Eric Ma) +- Updated the bot initialization process to consistently use the 'llamabot' module alias, streamlining future updates and maintenance. (088d9f) (Eric Ma) +- Introduced a new prompt function to provide users with information about out-of-date checks, improving user interaction and system feedback. (088d9f) (Eric Ma) + +### Bug Fixes + +- None in this release. + +### Deprecations + +- None in this release. diff --git a/pixi.lock b/pixi.lock index 18173bac..10aa6ed2 100644 --- a/pixi.lock +++ b/pixi.lock @@ -9269,8 +9269,8 @@ packages: requires_python: '!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8' - pypi: . name: llamabot - version: 0.10.6 - sha256: b0036c90ae07d9597255665c95d546dcd18892e0dc1c27c5b5a743cb9e05094f + version: 0.10.7 + sha256: 7d3838dc727658928667fad3434bb346af13beac7872fd8f1ece0672a0b06406 requires_dist: - openai - panel