From 3b546730b724d6f59ab1b4c5609923e679ee0063 Mon Sep 17 00:00:00 2001 From: igiloh-pinecone <118673156+igiloh-pinecone@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:57:15 +0200 Subject: [PATCH] Update CHANGELOG for release 0.3.0 (#212) * [Changelog] Updated for v2.0.1 * [Changelog] Changed version to 0.3.0 Added LastMessageQueryGenerator, so now we have a full Anyscale offerring * [changelog] fix version --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72050fa1..767fb93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [0.3.0] - 2023-12-10 + +### Bug fixes +* Fix some typos, add dev container, faux streaming [#200](https://github.com/pinecone-io/canopy/pull/200) (Thanks @eburnette!) +* CLI requires OpenAI API key, even if OpenAI is not being used by[#208](https://github.com/pinecone-io/canopy/pull/208) +* CLI: read config file from env location[#190](https://github.com/pinecone-io/canopy/pull/190) (Thanks @MichaelAnckaert!) + + +### Documentation +* Add document field explanations and python version badges [#187](https://github.com/pinecone-io/canopy/pull/187) +* Update README.md [#192](https://github.com/pinecone-io/canopy/pull/192) (Thanks @tomer-w!) +* Tweaks to CLI help texts [#193](https://github.com/pinecone-io/canopy/pull/193) (Thanks @jseldess!) +* Update README.md and change href [#202](https://github.com/pinecone-io/canopy/pull/202) + +### CI Improvements +* Added bug-report template [#184](https://github.com/pinecone-io/canopy/pull/184) +* Add feature-request.yml [#209](https://github.com/pinecone-io/canopy/pull/209) + +### Added +* Add Anyscale Endpoint support and Llama Tokenizer [#173](https://github.com/pinecone-io/canopy/pull/173) (Thanks @kylehh!) +* Add last message query generator [#210](https://github.com/pinecone-io/canopy/pull/210) + + +**Full Changelog**: https://github.com/pinecone-io/canopy/compare/V0.2.0...V0.3.0 + ## [0.2.0] - 2023-11-15 ### Bug fixes