Skip to content

Commit e3ed5c3

Browse files
chore(main): release 0.7.0 (#121)
* chore(main): release 0.7.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
1 parent 9ae78d3 commit e3ed5c3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.6.0...v0.7.0) (2025-01-29)
4+
5+
6+
### Features
7+
8+
* **graph:** Add Custom Retrievers for Spanner Graph RAG. ([#122](https://github.com/googleapis/langchain-google-spanner-python/issues/122)) ([bf2903a](https://github.com/googleapis/langchain-google-spanner-python/commit/bf2903a2a12910d97503a6032bf413ddafe256cf))
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* extract_gql, fix_gql_syntax are now in the graph_utils module([#122](https://github.com/googleapis/langchain-google-spanner-python/issues/122)) ([bf2903a](https://github.com/googleapis/langchain-google-spanner-python/commit/bf2903a2a12910d97503a6032bf413ddafe256cf))
14+
315
## [0.6.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.5.0...v0.6.0) (2024-12-05)
416

517

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.6.0"
15+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)