Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3b54673

Browse files
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
1 parent 405d73d commit 3b54673

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [0.3.0] - 2023-12-10
2+
3+
### Bug fixes
4+
* Fix some typos, add dev container, faux streaming [#200](https://github.com/pinecone-io/canopy/pull/200) (Thanks @eburnette!)
5+
* CLI requires OpenAI API key, even if OpenAI is not being used by[#208](https://github.com/pinecone-io/canopy/pull/208)
6+
* CLI: read config file from env location[#190](https://github.com/pinecone-io/canopy/pull/190) (Thanks @MichaelAnckaert!)
7+
8+
9+
### Documentation
10+
* Add document field explanations and python version badges [#187](https://github.com/pinecone-io/canopy/pull/187)
11+
* Update README.md [#192](https://github.com/pinecone-io/canopy/pull/192) (Thanks @tomer-w!)
12+
* Tweaks to CLI help texts [#193](https://github.com/pinecone-io/canopy/pull/193) (Thanks @jseldess!)
13+
* Update README.md and change href [#202](https://github.com/pinecone-io/canopy/pull/202)
14+
15+
### CI Improvements
16+
* Added bug-report template [#184](https://github.com/pinecone-io/canopy/pull/184)
17+
* Add feature-request.yml [#209](https://github.com/pinecone-io/canopy/pull/209)
18+
19+
### Added
20+
* Add Anyscale Endpoint support and Llama Tokenizer [#173](https://github.com/pinecone-io/canopy/pull/173) (Thanks @kylehh!)
21+
* Add last message query generator [#210](https://github.com/pinecone-io/canopy/pull/210)
22+
23+
24+
**Full Changelog**: https://github.com/pinecone-io/canopy/compare/V0.2.0...V0.3.0
25+
126
## [0.2.0] - 2023-11-15
227

328
### Bug fixes

0 commit comments

Comments
 (0)