Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#1)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.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 committed Feb 26, 2024
1 parent b9d459b commit 575beb0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 1,16 @@
# Changelog

## 0.1.0 (2024-02-26)


### Features

* Add document loader ([#9](https://github.com/googleapis/langchain-google-spanner-python/issues/9)) ([7a77d26](https://github.com/googleapis/langchain-google-spanner-python/commit/7a77d2616e2feacd7130852adb6e5d2aaab81da2))
* Spanner Implementation for Vector Store ([#10](https://github.com/googleapis/langchain-google-spanner-python/issues/10)) ([9cbae82](https://github.com/googleapis/langchain-google-spanner-python/commit/9cbae82b4c2093344071124b08f1a745a77580a7))
* SpannerChatMessageHistory implementation ([#7](https://github.com/googleapis/langchain-google-spanner-python/issues/7)) ([f9a3b93](https://github.com/googleapis/langchain-google-spanner-python/commit/f9a3b931dd61079ddb16f410ab2f9c47bde623ea))


### Documentation

* Update README.md ([#22](https://github.com/googleapis/langchain-google-spanner-python/issues/22)) ([e9eb86b](https://github.com/googleapis/langchain-google-spanner-python/commit/e9eb86babba490fd0dbb19e67ad50603d5959615))
* Vector store notebook docs ([#18](https://github.com/googleapis/langchain-google-spanner-python/issues/18)) ([4c1bd91](https://github.com/googleapis/langchain-google-spanner-python/commit/4c1bd917db03408058dd5169a8047990590cf43b))
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.0.1"
__version__ = "0.1.0"

0 comments on commit 575beb0

Please sign in to comment.