From a1892bef267bce2a02bea75dfeb3bd3da19f40ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:18:42 +0700 Subject: [PATCH] Release 0.2.0 (#272) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/tall-ties-own.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-ties-own.md diff --git a/.changeset/tall-ties-own.md b/.changeset/tall-ties-own.md deleted file mode 100644 index 9e9975e0..00000000 --- a/.changeset/tall-ties-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-llama": minor ---- - -Add multi-agents template based on workflows diff --git a/CHANGELOG.md b/CHANGELOG.md index 7050d195..5bedccd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-llama +## 0.2.0 + +### Minor Changes + +- 435109f: Add multi-agents template based on workflows + ## 0.1.44 ### Patch Changes diff --git a/package.json b/package.json index 10e2306a..cbab5d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.1.44", + "version": "0.2.0", "description": "Create LlamaIndex-powered apps with one command", "keywords": [ "rag", -- GitLab