Skip to content

Commit e886f75

Browse files
chore(main): release 0.2.1 (#33)
* chore(main): release 0.2.1 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
1 parent a8f6f71 commit e886f75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.2.0...v0.2.1) (2024-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Update user agent ([#36](https://github.com/googleapis/langchain-google-spanner-python/issues/36)) ([a8f6f71](https://github.com/googleapis/langchain-google-spanner-python/commit/a8f6f71e9e2567f03d1428cf7c76304f4fa4aa8e))
9+
10+
11+
### Documentation
12+
13+
* Update colabs ([#30](https://github.com/googleapis/langchain-google-spanner-python/issues/30)) ([af66f7c](https://github.com/googleapis/langchain-google-spanner-python/commit/af66f7c13b0e9a972718e57ce64ce73348035940))
14+
315
## [0.2.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.1.0...v0.2.0) (2024-02-29)
416

517

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.2.0"
15+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)