Skip to content

Commit 1a6afbb

Browse files
chore(main): release 0.1.1
1 parent a3b7b2f commit 1a6afbb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.1.0...v0.1.1) (2024-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove unused enum at document_converter ([#25](https://github.com/googleapis/langchain-google-datastore-python/issues/25)) ([a3b7b2f](https://github.com/googleapis/langchain-google-datastore-python/commit/a3b7b2f44a1a44586a50bcb035a21f314efa66e6))
9+
10+
11+
### Documentation
12+
13+
* Fix docs ([#18](https://github.com/googleapis/langchain-google-datastore-python/issues/18)) ([a6cdaa0](https://github.com/googleapis/langchain-google-datastore-python/commit/a6cdaa0ac6f9b865e950ec637417eab6ff067933))
14+
315
## 0.1.0 (2024-02-26)
416

517

618
### Features
719

820
* Chat Message History. ([#8](https://github.com/googleapis/langchain-google-datastore-python/issues/8)) ([e8663dd](https://github.com/googleapis/langchain-google-datastore-python/commit/e8663dd803369c8032e8063338022e28e936eb98))
921
* Document Loader for Datastore. ([#7](https://github.com/googleapis/langchain-google-datastore-python/issues/7)) ([28a9c01](https://github.com/googleapis/langchain-google-datastore-python/commit/28a9c018aca5215fcf78632634f8bfb2ed9dd7ab))
10-

src/langchain_google_datastore/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.1.0"
15+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)