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 19, 2024
1 parent 9476ea8 commit d87199b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Changelog

## 0.1.0 (2024-02-19)


### Features

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

Please sign in to comment.