Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.1.2...v0.2.0) (2024-05-01)


### Features

* **ci:** Test against multiple versions ([#35](https://github.com/googleapis/langchain-google-datastore-python/issues/35)) ([2e857be](https://github.com/googleapis/langchain-google-datastore-python/commit/2e857be621b1a65ff23cfad6fdbcce40ebdfc427))


### Bug Fixes

* Duplicate user agent function ([#43](https://github.com/googleapis/langchain-google-datastore-python/issues/43)) ([e852190](https://github.com/googleapis/langchain-google-datastore-python/commit/e852190218aaa62bad84bad7564fa1778c0a0d1e))
* Exclude messages field from Datastore index to avoid 1500 bytes limit ([#37](https://github.com/googleapis/langchain-google-datastore-python/issues/37)) ([dc8567b](https://github.com/googleapis/langchain-google-datastore-python/commit/dc8567bcdf72d3709665927071632fe0b016e2d8))


### Documentation

* Add API reference docs ([#49](https://github.com/googleapis/langchain-google-datastore-python/issues/49)) ([52da3ba](https://github.com/googleapis/langchain-google-datastore-python/commit/52da3baac7a7c54e3b45d4361e50d5d1c8aacd8a))

## [0.1.2](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.1.1...v0.1.2) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_datastore/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.2"
__version__ = "0.2.0"