Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 29, 2024
1 parent 9555577 commit 447562b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/googleapis/langchain-google-el-carro-python/compare/v0.1.0...v0.1.1) (2024-02-29)


### Documentation

* 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 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))

## 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.1.1"

0 comments on commit 447562b

Please sign in to comment.