Skip to content

Commit 0015f35

Browse files
chore(main): release 1.0.0
1 parent 3423e9a commit 0015f35

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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-18)
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+
### Code Refactoring
11+
12+
* 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))
13+
314
## [0.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02)
415

516

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)