Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 4, 2024
1 parent 73352c3 commit c75fbc1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_el_carro/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c75fbc1

Please sign in to comment.