We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22abde commit 921d3e5Copy full SHA for 921d3e5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [0.5.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.4.1...v0.5.0) (2024-11-25)
11
12
src/langchain_google_spanner/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.5.0"
+__version__ = "0.6.0"
0 commit comments