From c75fbc1c37174d5d34ca406ca06a982ee22c6a1e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:23:38 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ src/langchain_google_el_carro/version.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b43c5d..808c46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/googleapis/langchain-google-el-carro-python/compare/v0.1.0...v0.2.0) (2024-04-04) + + +### Features + +* **ci:** Test against multiple versions ([#40](https://github.com/googleapis/langchain-google-el-carro-python/issues/40)) ([73352c3](https://github.com/googleapis/langchain-google-el-carro-python/commit/73352c3d3d15e1fe6f195720ae8fd9effb1d53a6)) + + +### Documentation + +* Add github links ([#34](https://github.com/googleapis/langchain-google-el-carro-python/issues/34)) ([4faa30c](https://github.com/googleapis/langchain-google-el-carro-python/commit/4faa30cc70473a9ba653e9b7a74e0416ae18b72a)) +* Add notebook for chat message history ([#7](https://github.com/googleapis/langchain-google-el-carro-python/issues/7)) ([4fbc39c](https://github.com/googleapis/langchain-google-el-carro-python/commit/4fbc39cf13060f125358bf5c16615c076a0e08f1)) +* Fix notebooks ([#12](https://github.com/googleapis/langchain-google-el-carro-python/issues/12)) ([1a4fa0c](https://github.com/googleapis/langchain-google-el-carro-python/commit/1a4fa0cb6049dd07ab287e90a0c0ab8980ba3b01)) +* Update chat_message_history.ipynb ([#18](https://github.com/googleapis/langchain-google-el-carro-python/issues/18)) ([9555577](https://github.com/googleapis/langchain-google-el-carro-python/commit/95555771cfc5a74c8a689846a25446936650da23)) +* Update chat_message_history.ipynb ([#27](https://github.com/googleapis/langchain-google-el-carro-python/issues/27)) ([b3f61e4](https://github.com/googleapis/langchain-google-el-carro-python/commit/b3f61e4a7c460d73c196d795e899e21dcad781fa)) +* Update chat_message_history.ipynb ([#30](https://github.com/googleapis/langchain-google-el-carro-python/issues/30)) ([56608c3](https://github.com/googleapis/langchain-google-el-carro-python/commit/56608c38277a58837008d92a1660328f5e31d2b3)) +* Update doc_loader.ipynb ([#14](https://github.com/googleapis/langchain-google-el-carro-python/issues/14)) ([79a6637](https://github.com/googleapis/langchain-google-el-carro-python/commit/79a6637ec43aefa6ad91e618ecad6c6d2ec771be)) +* Update doc_loader.ipynb ([#17](https://github.com/googleapis/langchain-google-el-carro-python/issues/17)) ([8a45351](https://github.com/googleapis/langchain-google-el-carro-python/commit/8a45351a57d66d2236aa2044b7c8930509fed25f)) +* Update document loader doc. ([#10](https://github.com/googleapis/langchain-google-el-carro-python/issues/10)) ([49afa68](https://github.com/googleapis/langchain-google-el-carro-python/commit/49afa686d0e5b09977a62c3e3ebe6144110f98ce)) +* Update document_loader.ipynb ([#28](https://github.com/googleapis/langchain-google-el-carro-python/issues/28)) ([8a18d51](https://github.com/googleapis/langchain-google-el-carro-python/commit/8a18d512a4a7d99ac6f6f79b9be228029073b54e)) +* Update document_loader.ipynb ([#29](https://github.com/googleapis/langchain-google-el-carro-python/issues/29)) ([b3b72fa](https://github.com/googleapis/langchain-google-el-carro-python/commit/b3b72fa7ae87821dfec9a44ed1b0f308fe52764a)) + ## 0.1.0 (2024-02-28) diff --git a/src/langchain_google_el_carro/version.py b/src/langchain_google_el_carro/version.py index c1c8212..20c5861 100644 --- a/src/langchain_google_el_carro/version.py +++ b/src/langchain_google_el_carro/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0" +__version__ = "0.2.0"