Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 21, 2024
1 parent b0d1f14 commit 33973f0
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 +1,15 @@
# Changelog

## 0.1.0 (2024-02-21)


### Features

* Add user agent string ([#13](https://github.com/googleapis/langchain-google-bigtable-python/issues/13)) ([b0d1f14](https://github.com/googleapis/langchain-google-bigtable-python/commit/b0d1f14eea893d32cbd9a5ba93254656a21ce4b6))
* BigtableChatMessageHistory implementation ([#6](https://github.com/googleapis/langchain-google-bigtable-python/issues/6)) ([55e4422](https://github.com/googleapis/langchain-google-bigtable-python/commit/55e4422a4fb317fb0ea98a9bd0362ce90b02e402))
* BigtableLoader and BigtableSaver implementation ([#5](https://github.com/googleapis/langchain-google-bigtable-python/issues/5)) ([c0f4244](https://github.com/googleapis/langchain-google-bigtable-python/commit/c0f4244aacb997434d8a5dc1decdeb3da32f9140))
* Fix repo ([#4](https://github.com/googleapis/langchain-google-bigtable-python/issues/4)) ([f6c1cda](https://github.com/googleapis/langchain-google-bigtable-python/commit/f6c1cda807159857c2ab05556e6c595f5fb19730))
* Initialize repo ([aa23588](https://github.com/googleapis/langchain-google-bigtable-python/commit/aa23588f720777bffeb2a454859237b6b9bcb6bd))
* Metadata as json ([#12](https://github.com/googleapis/langchain-google-bigtable-python/issues/12)) ([893aaa1](https://github.com/googleapis/langchain-google-bigtable-python/commit/893aaa1294757f58e5f1fdc15394a8d21b155226))

## Changelog
2 changes: 1 addition & 1 deletion src/langchain_google_bigtable/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.0.1"
__version__ = "0.1.0"

0 comments on commit 33973f0

Please sign in to comment.