Skip to content

Commit 9891854

Browse files
chore(release): 0.5.0 [skip ci]
# [0.5.0](v0.4.0...v0.5.0) (2023-11-07) ### Bug Fixes * add a hash of the output zip file ([c9b9a0b](c9b9a0b)) * do not run Python tests for dependabot pull requests until org secrets can be passed ([d0de24a](d0de24a)) * ensure that we're using --platform=linux/amd64 for the build ([aada484](aada484)) * merge conflict ([94d5833](94d5833)) * replace hard-coded python version with ([868f118](868f118)) * switch event from pull_request to pull_request_target ([321ec8f](321ec8f)) * switch from pull_requests event to pull_request_target event ([d70f2bc](d70f2bc)) ### Features * add a generic Langchain chat completion algorithm with chat history memory ([82dd402](82dd402)) * add backward compatibility for Langchain responses ([93ad1d7](93ad1d7)) * upgrade Marv The Sarcastic Chatbot to Langchain w memory ([3c38ee2](3c38ee2))
1 parent 1af879f commit 9891854

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.5.0](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.4.0...v0.5.0) (2023-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add a hash of the output zip file ([c9b9a0b](https://github.com/FullStackWithLawrence/aws-openai/commit/c9b9a0b00561ea89b2f6e04f86baaf8d8ee099c5))
7+
* do not run Python tests for dependabot pull requests until org secrets can be passed ([d0de24a](https://github.com/FullStackWithLawrence/aws-openai/commit/d0de24ad8ef9f62388f3aa1a70bc57ad34a2c19e))
8+
* ensure that we're using --platform=linux/amd64 for the build ([aada484](https://github.com/FullStackWithLawrence/aws-openai/commit/aada4840d2ce31d93a738725ff01894d9370a0ab))
9+
* merge conflict ([94d5833](https://github.com/FullStackWithLawrence/aws-openai/commit/94d5833ab319588c0138df1058501694d40b8fb4))
10+
* replace hard-coded python version with ([868f118](https://github.com/FullStackWithLawrence/aws-openai/commit/868f1182ac490eeb16e6d144a6c888d125f82d13))
11+
* switch event from pull_request to pull_request_target ([321ec8f](https://github.com/FullStackWithLawrence/aws-openai/commit/321ec8f8c806a86ed2f8263a1b326fb29fef10a5))
12+
* switch from pull_requests event to pull_request_target event ([d70f2bc](https://github.com/FullStackWithLawrence/aws-openai/commit/d70f2bc57098d8066a5d1e5dd3c7d2e99bd8a60e))
13+
14+
15+
### Features
16+
17+
* add a generic Langchain chat completion algorithm with chat history memory ([82dd402](https://github.com/FullStackWithLawrence/aws-openai/commit/82dd402e407c43f99d6499e6a4d2c5560f195421))
18+
* add backward compatibility for Langchain responses ([93ad1d7](https://github.com/FullStackWithLawrence/aws-openai/commit/93ad1d7064fff6853b311c27218d1d9a1e96f191))
19+
* upgrade Marv The Sarcastic Chatbot to Langchain w memory ([3c38ee2](https://github.com/FullStackWithLawrence/aws-openai/commit/3c38ee2d37ea0f880db0549286db2baa2717a81d))
20+
121
# CHANGE LOG
222

323
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)