Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#9)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.0

* Update CHANGELOG.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <[email protected]>
  • Loading branch information
release-please[bot] and averikitsch authored May 1, 2024
1 parent f40efc7 commit 2b04da5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/googleapis/langchain-google-el-carro-python/compare/v0.1.0...v0.2.0) (2024-05-01)


### 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 API reference docs ([#51](https://github.com/googleapis/langchain-google-el-carro-python/issues/51)) ([f40efc7](https://github.com/googleapis/langchain-google-el-carro-python/commit/f40efc79b7638f6e0e277bd3d92f61a19a739de6))
* 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 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 2b04da5

Please sign in to comment.