From c36fbf0aa2ece6d86630c32ae6c0cc645f5bb5be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:32:48 +0000 Subject: [PATCH] chore(main): release langchain-weaviate 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..59fed2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{".":"0.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c2954a2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-02-19) + + +### Features + +* test feature commit, readme change ([#55](https://github.com/langchain-ai/langchain-weaviate/issues/55)) ([3d3b64e](https://github.com/langchain-ai/langchain-weaviate/commit/3d3b64ebcc757ff15418d9e7c18ab5c481a43d07)) diff --git a/pyproject.toml b/pyproject.toml index 73bc3aa..51fd577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1rc1" +version = "0.1.0" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"