Skip to content

Commit 48f6d84

Browse files
Release 0.6.0 (#694)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02a9db3 commit 48f6d84

9 files changed

Lines changed: 20 additions & 19 deletions

File tree

.changeset/cyan-turkeys-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-yaks-switch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-jeans-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-llama/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# create-llama
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 8fa8c3b: Removed deprecated templates and simplified code
8+
9+
### Patch Changes
10+
11+
- 8fa8c3b: Feat: re-add --ask-models
12+
313
## 0.5.22
414

515
### Patch Changes

packages/create-llama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-llama",
3-
"version": "0.5.22",
3+
"version": "0.6.0",
44
"description": "Create LlamaIndex-powered apps with one command",
55
"keywords": [
66
"rag",

python/llama-index-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @create-llama/llama-index-server
22

3+
## 0.1.24
4+
5+
### Patch Changes
6+
7+
- 8fa8c3b: Fix serialization issue while streaming with Anthropic
8+
39
## 0.1.23
410

511
### Patch Changes

python/llama-index-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@create-llama/llama-index-server",
33
"private": true,
4-
"version": "0.1.23",
4+
"version": "0.1.24",
55
"type": "module",
66
"scripts": {
77
"prebuild": "uv run -- scripts/frontend.py --mode copy",

python/llama-index-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama-index-server"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
description = "llama-index fastapi server"
55
readme = "README.md"
66
license = "MIT"

python/llama-index-server/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)