Skip to content

Commit 921d3e5

Browse files
chore(main): release 0.6.0 (#118)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e22abde commit 921d3e5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.5.0...v0.6.0) (2024-12-05)
4+
5+
6+
### Features
7+
8+
* Add Spanner Graph QA Chain ([#111](https://github.com/googleapis/langchain-google-spanner-python/issues/111)) ([e22abde](https://github.com/googleapis/langchain-google-spanner-python/commit/e22abde9a94625ee69f8975fc0950cedd11bc542))
9+
310
## [0.5.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.4.1...v0.5.0) (2024-11-25)
411

512

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.5.0"
15+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)