Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 4, 2025
1 parent 5a25f91 commit 32f4947
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.8.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.7.0...v0.8.0) (2025-02-04)


### Features

* Implement Approximate Nearest Neighbor support for DDL (CREATE TABLE, CREATE VECTOR INDEX) ([#124](https://github.com/googleapis/langchain-google-spanner-python/issues/124)) ([5a25f91](https://github.com/googleapis/langchain-google-spanner-python/commit/5a25f91d5e96e19fc7b05b50fc98b79baa8b8f9e))


### Bug Fixes

* **testing+linting:** Add nox lint+format directives ([#123](https://github.com/googleapis/langchain-google-spanner-python/issues/123)) ([b10dc28](https://github.com/googleapis/langchain-google-spanner-python/commit/b10dc28ac0f30b0907be2c0747c1890d4d0ba034))

## [0.7.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.6.0...v0.7.0) (2025-01-29)


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.7.0"
__version__ = "0.8.0"

0 comments on commit 32f4947

Please sign in to comment.