Skip to content

Commit cd8a40d

Browse files
authored
Merge pull request #435 from tisnik/bump-up-to-version-0.2.0
LCORE-544: Bump-up to version 0.2.0
2 parents e2ec07f + 19da578 commit cd8a40d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/lightspeed-core/lightspeed-stack/blob/main/LICENSE)
77
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
88
[![Required Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Flightspeed-core%2Flightspeed-stack%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://www.python.org/)
9-
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.1.3)
9+
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.2.0)
1010

1111
Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
1212

docs/deployment_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,14 +614,14 @@ Writing manifest to image destination
614614
4468f475931a54ad1e5c26270ff4c3e55ec31444c1b0bf8fb77a576db7ab33f1
615615
```
616616
617-
To retrieve stable version `0.1.3`, use the following command:
617+
To retrieve stable version `0.2.0`, use the following command:
618618
619619
```bash
620-
podman pull quay.io/lightspeed-core/lightspeed-stack:0.1.3
620+
podman pull quay.io/lightspeed-core/lightspeed-stack:0.2.0
621621
```
622622
623623
```text
624-
Trying to pull quay.io/lightspeed-core/lightspeed-stack:0.1.3...
624+
Trying to pull quay.io/lightspeed-core/lightspeed-stack:0.2.0...
625625
Getting image source signatures
626626
Copying blob 7c9e86f872c9 done |
627627
Copying blob 455d71b0a12b skipped: already exists
@@ -1323,7 +1323,7 @@ The response should look like:
13231323
```json
13241324
{
13251325
"name": "Lightspeed Core Service (LCS)",
1326-
"version": "0.1.3"
1326+
"version": "0.2.0"
13271327
}
13281328
```
13291329

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded"
6161
+ greenlet==3.2.3
6262
+ grpcio==1.74.0
6363
+ httpx-sse==0.4.1
64-
~ lightspeed-stack==0.1.3 (from file:///tmp/ramdisk/lightspeed-stack)
64+
~ lightspeed-stack==0.2.0 (from file:///tmp/ramdisk/lightspeed-stack)
6565
+ litellm==1.74.9.post1
6666
+ lxml==6.0.0
6767
+ mcp==1.12.2

docs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "Apache 2.0",
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
1515
},
16-
"version": "0.1.3"
16+
"version": "0.2.0"
1717
},
1818
"servers": [
1919
{
@@ -2237,4 +2237,4 @@
22372237
}
22382238
}
22392239
}
2240-
}
2240+
}

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# [tool.pdm.version]
1010
# source = "file"
1111
# path = "src/version.py"
12-
__version__ = "0.1.3"
12+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)