Skip to content

Commit 72e4720

Browse files
chore(main): release 0.1.0
1 parent f9a3b93 commit 72e4720

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-02-21)
4+
5+
6+
### Features
7+
8+
* Initialize repo ([ab37e37](https://github.com/googleapis/langchain-google-spanner-python/commit/ab37e37875f9b4fb406a2953d5e519ab79a90892))
9+
* SpannerChatMessageHistory implementation ([#7](https://github.com/googleapis/langchain-google-spanner-python/issues/7)) ([f9a3b93](https://github.com/googleapis/langchain-google-spanner-python/commit/f9a3b931dd61079ddb16f410ab2f9c47bde623ea))
10+
11+
## Changelog

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.0.1"
15+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)