Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#38)
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 May 7, 2024
1 parent 4b2aa00 commit 115d09d
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,5 1,23 @@
# Changelog

## [0.3.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.2.1...v0.3.0) (2024-05-06)


### Features

* **ci:** Test against multiple versions ([#45](https://github.com/googleapis/langchain-google-spanner-python/issues/45)) ([1e9c1a1](https://github.com/googleapis/langchain-google-spanner-python/commit/1e9c1a1fcadc85f5f45837cdef1261c697cc89f7))


### Bug Fixes

* Make client optional when init ([#60](https://github.com/googleapis/langchain-google-spanner-python/issues/60)) ([0f5124a](https://github.com/googleapis/langchain-google-spanner-python/commit/0f5124a97b6d7c6fcba13bf22b4e01b41d62d347))


### Documentation

* Add API reference docs ([#59](https://github.com/googleapis/langchain-google-spanner-python/issues/59)) ([0f62a6a](https://github.com/googleapis/langchain-google-spanner-python/commit/0f62a6af8399349da06a366d8a29f792a7bcf049))
* Add github links ([#37](https://github.com/googleapis/langchain-google-spanner-python/issues/37)) ([da7f833](https://github.com/googleapis/langchain-google-spanner-python/commit/da7f833aec89f176379f18f16ef5bc069b5470e0))

## [0.2.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.2.0...v0.2.1) (2024-03-06)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_spanner/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.2.1"
__version__ = "0.3.0"

0 comments on commit 115d09d

Please sign in to comment.