Skip to content

Commit 115d09d

Browse files
chore(main): release 0.3.0 (#38)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4b2aa00 commit 115d09d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.2.1...v0.3.0) (2024-05-06)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Documentation
17+
18+
* 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))
19+
* 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))
20+
321
## [0.2.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.2.0...v0.2.1) (2024-03-06)
422

523

src/langchain_google_spanner/version.py

+1-1
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.2.1"
15+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)