Skip to content

Commit ddaca19

Browse files
chore(main): release 0.1.0
1 parent 8eae440 commit ddaca19

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-02-14)
4+
5+
6+
### Features
7+
8+
* Add from methods ([#18](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/18)) ([b5bfd4a](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/b5bfd4a0cd517267ce4a64f68e47e152b759c111))
9+
* Add indexing methods ([#21](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/21)) ([8eae440](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/8eae4406e41f234ef3c6a24621926c3f5c4555cb))
10+
* Add PostgreSQLEngine ([#13](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/13)) ([b181f65](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/b181f658c2e769c74aefc6a53f587ca4a75682db))
11+
* Add search methods ([#20](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/20)) ([89a9a13](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/89a9a135855d0c132c16b82fa42393781c326f22))
12+
* Add Vector Store ([#14](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/14)) ([f3e1127](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/f3e11276a69bf239d852e494eede37ed86b1b361))
13+
* Initialize repo ([679bd5b](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/679bd5b8d0b9f2649c3d9d18cbaa96f24f5e001d))
14+
15+
16+
### Documentation
17+
18+
* Update README ([#10](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/10)) ([7334226](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/7334226d79a1da88d64aa724463ff96dc2e6bfe7))
19+
20+
## Changelog

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langchain-google-cloud-sql-pg"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "LangChain integrations for Google Cloud SQL for PostgreSQL"
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)