Skip to content

Commit 1a0f51a

Browse files
chore(main): release 0.8.2
1 parent 35a6342 commit 1a0f51a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.2](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.1...v0.8.2) (2025-03-11)
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+
311
## [0.8.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.0...v0.8.1) (2025-02-20)
412

513

src/langchain_google_spanner/version.py

Lines changed: 1 addition & 1 deletion
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)