Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282 release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 1, 2024
1 parent 2508ca8 commit 5157e2d
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,5 1,18 @@
# Changelog

## [0.2.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.1.0...v0.2.0) (2024-02-29)


### Features

* Creating static utility for initialing chat history table ([#26](https://github.com/googleapis/langchain-google-spanner-python/issues/26)) ([e61499b](https://github.com/googleapis/langchain-google-spanner-python/commit/e61499b8146b2050e6ce7a59e8fc2d3496e77eff))


### Documentation

* Adding codelab for Spanner with DocLoader, VectorStore & Memory ([#23](https://github.com/googleapis/langchain-google-spanner-python/issues/23)) ([06a6c95](https://github.com/googleapis/langchain-google-spanner-python/commit/06a6c95a01184e712ffda3a74fbe1cc22c495297))
* Update Sample Netflix Application ([#28](https://github.com/googleapis/langchain-google-spanner-python/issues/28)) ([2508ca8](https://github.com/googleapis/langchain-google-spanner-python/commit/2508ca8cb28e277fa538db842d9d35ed60b4db44))

## 0.1.0 (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_spanner/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 5157e2d

Please sign in to comment.