Skip to content

Commit 709fbd3

Browse files
chore(main): release 0.1.1
1 parent 3eb7b8b commit 709fbd3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

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+
316
## 0.1.0 (2024-02-26)
417

518

619
### Features
720

821
* 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))
922
* 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)