Skip to content

Commit 5680dba

Browse files
chore(main): release 0.1.0
1 parent a098d00 commit 5680dba

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 +1,13 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-02-15)
4+
5+
6+
### Features
7+
8+
* Add `MSSQLChatMessageHistory` class ([#9](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/9)) ([b93bde9](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/b93bde96bd46beca22786f33b83efa5918f717ee))
9+
* Add MSSQLEngine and MSSQLLoader synced from the mysql code ([#7](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/7)) ([#8](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/8)) ([3aef1c5](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/3aef1c5678c6c5906a9d5ddf054e74d991035cb2))
10+
* Initialize repo ([597a7ba](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/597a7bae396eb3438508d870874588483247df55))
11+
* MSSQL document loader and saver ([#10](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/10)) ([b90a9bb](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/b90a9bb32c46eba7d99b95e911fe94b3040e426c))
12+
13+
## Changelog

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langchain-google-cloud-sql-mssql"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "LangChain integrations for Google Cloud SQL for SQL Server"
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)