Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 19, 2024
1 parent 5f7c710 commit bd9a8a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Changelog

## 0.1.0 (2024-02-19)


### Features

* Add AlloyDB chatmessagehistory ([#11](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/11)) ([83cabec](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/83cabec291aef67c5e3fd6dd32c683092484b934))
* Add alloydb vectorstore ([#9](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/9)) ([863c320](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/863c3203dfb73bded159c60b60aba6534f94b7f4))
* Add AlloyDBEngine ([#7](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/7)) ([bf4de16](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/bf4de163ffc6ccc4f6852eaba17c0fb15d2b4c37))
* Add user password auth ([#8](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/8)) ([d8ebdaf](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/d8ebdafc3945d93305f8b45dfb974090279d27ce))
* Initialize repo ([ec13095](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/ec130957b2101ebb526c1715de75cc4c90ee1860))


### Bug Fixes

* Update insert statement ([#10](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/10)) ([e833a30](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/e833a3018159cb2ec1eee2158a574ada579985ee))

## Changelog
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.0.1"
__version__ = "0.1.0"

0 comments on commit bd9a8a7

Please sign in to comment.