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 Oct 10, 2024
1 parent 3410a87 commit 256d4a6
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,5 +1,19 @@
# Changelog

## [0.8.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.7.0...v0.8.0) (2024-10-10)


### Features

* Add GCS URI support for image embedding ([#247](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/247)) ([2f4ee36](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/2f4ee3644675ca7fcb05ed779adeb2672b73f7c7))
* Functionality to help users migrate data from PGVector to AlloyDB ([#235](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/235)) ([013e2a1](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/013e2a179e9d4ec0d2ede111f187a98affa57d61))
* Remove support for Python 3.8 ([#237](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/237)) ([d0a8801](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/d0a8801e3c569647cc9392ea25a5d22b4aff889f))


### Documentation

* Added pg to alloy migration guide ([#249](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/249)) ([3ee3601](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/3ee360128c4687311a7c20a38ca2a1b0f9861c1b))

## [0.7.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.6.0...v0.7.0) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_alloydb_pg/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 256d4a6

Please sign in to comment.