Skip to content

Commit 10856a5

Browse files
chore(main): release 0.4.1 (#100)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
1 parent 6632fe2 commit 10856a5

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.4.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.4.0...v0.4.1) (2024-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Adding support to initialize with empty metadata columns ([#99](https://github.com/googleapis/langchain-google-spanner-python/issues/99)) ([3a8367c](https://github.com/googleapis/langchain-google-spanner-python/commit/3a8367c82705f352cb263ebfed30da02977de4cc))
9+
310
## [0.4.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.3.0...v0.4.0) (2024-09-24)
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.0"
15+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)