Skip to content

Commit efa35d5

Browse files
chore(main): release 1.0.0
1 parent 185b5b8 commit efa35d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.12.0...v1.0.0) (2025-08-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434))
9+
10+
### Documentation
11+
12+
* Add hybrid search documentation ([#457](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/457)) ([185b5b8](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/185b5b898c489e38b82c76462cad00ebfcd51414))
13+
14+
15+
### Code Refactoring
16+
17+
* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434)) ([2293bd7](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/2293bd76f294c3e62f08560311621f58a1628cdd))
18+
319
## [0.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02)
420

521

src/langchain_google_alloydb_pg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.12.0"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)