Skip to content

Commit 81ecd35

Browse files
chore(main): release 0.8.2 (#160)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7ff3620 commit 81ecd35

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.2](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.1...v0.8.2) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **graph:** Minor tweek to the prompts ([#158](https://github.com/googleapis/langchain-google-spanner-python/issues/158)) ([35a6342](https://github.com/googleapis/langchain-google-spanner-python/commit/35a6342b333e0d307d58b2751b07ba775eebf4a5))
9+
* Handle unspecified column_configs for KNN ([#157](https://github.com/googleapis/langchain-google-spanner-python/issues/157)) ([2109892](https://github.com/googleapis/langchain-google-spanner-python/commit/2109892dfc0deac923fc413bf8527c588c61a3d6))
10+
11+
12+
### Documentation
13+
14+
* **samples:** Provide an end to end notebook for graphrag using custom retrievers ([#159](https://github.com/googleapis/langchain-google-spanner-python/issues/159)) ([7ff3620](https://github.com/googleapis/langchain-google-spanner-python/commit/7ff362068288841e5c6f5cdb58038539022e75fe))
15+
316
## [0.8.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.0...v0.8.1) (2025-02-20)
417

518

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.8.1"
15+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)