Skip to content

Commit 1f7d444

Browse files
chore(main): release 0.8.1 (#154)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 941e38e commit 1f7d444

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.8.0...v0.8.1) (2025-02-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **graph:** Allow property names with different cases ([#149](https://github.com/googleapis/langchain-google-spanner-python/issues/149)) ([37f2324](https://github.com/googleapis/langchain-google-spanner-python/commit/37f2324c37c83bcbbbeb7e04e34337c1d11edbe9))
9+
* **graph:** Support DATE type ([#150](https://github.com/googleapis/langchain-google-spanner-python/issues/150)) ([941e38e](https://github.com/googleapis/langchain-google-spanner-python/commit/941e38eece81612dfd42f7e5343e6f3691605fa9))
10+
311
## [0.8.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.7.0...v0.8.0) (2025-02-07)
412

513

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.0"
15+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)