Skip to content

Commit 28c0add

Browse files
chore(main): release 0.5.0 (#109)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 98c2f8f commit 28c0add

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.4.1...v0.5.0) (2024-11-25)
4+
5+
6+
### Features
7+
8+
* **graph:** Add Spanner Graph support to LangChain GraphStore interface ([#104](https://github.com/googleapis/langchain-google-spanner-python/issues/104)) ([98c2f8f](https://github.com/googleapis/langchain-google-spanner-python/commit/98c2f8f395e71813f6b1d59e2dedb8c053fee7eb))
9+
310
## [0.4.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.4.0...v0.4.1) (2024-10-04)
411

512

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.4.1"
15+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)