File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
src/langchain_google_datastore Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] ( https://github.com/googleapis/langchain-google-datastore-python/compare/v0.1.0...v0.1.1 ) (2024-03-06)
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
+ * Update user agent ([ #27 ] ( https://github.com/googleapis/langchain-google-datastore-python/issues/27 ) ) ([ 3eb7b8b] ( https://github.com/googleapis/langchain-google-datastore-python/commit/3eb7b8bea0c01dc183708cceddf42b0aee40253f ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * Fix docs ([ #18 ] ( https://github.com/googleapis/langchain-google-datastore-python/issues/18 ) ) ([ a6cdaa0] ( https://github.com/googleapis/langchain-google-datastore-python/commit/a6cdaa0ac6f9b865e950ec637417eab6ff067933 ) )
15
+
3
16
## 0.1.0 (2024-02-26)
4
17
5
18
6
19
### Features
7
20
8
21
* 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 ) )
9
22
* 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
-
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.1.0 "
15
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments