Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Apr 2, 2024
1 parent 43a9815 commit d67e992
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.2.0...v0.3.0) (2024-04-02)


### Features

* Add API reference docs ([#104](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/104)) ([43a9815](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/43a98157813ed40308f032ae85fb22962ca0311c))


### Bug Fixes

* Allow special characters in table name for vector store delete ([#100](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/100)) ([7fc1c63](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/7fc1c635eee51864b70ad1fcfcec515cbf6ebea8))

## [0.2.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.1.0...v0.2.0) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_cloud_sql_pg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit d67e992

Please sign in to comment.