Skip to content

Commit 3ee967a

Browse files
authored
Merge pull request #653 from tisnik/bump-up-lcore-to-0.3.0
LCORE-803: Bump-up LCORE to 0.3.0
2 parents 23948fd + e05c7d1 commit 3ee967a

4 files changed

Lines changed: 5 additions & 5 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.2.0)
9+
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.3.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/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.2.0"
16+
"version": "0.3.0"
1717
},
1818
"servers": [
1919
{
@@ -3807,4 +3807,4 @@
38073807
}
38083808
}
38093809
}
3810-
}
3810+
}

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.2.0"
12+
__version__ = "0.3.0"

tests/e2e/features/info.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: Info tests
1717
Given The system is in default state
1818
When I access REST API endpoint "info" using HTTP GET method
1919
Then The status code of the response is 200
20-
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.2.0
20+
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.3.0
2121
And The body of the response has llama-stack version 0.2.22
2222

2323
Scenario: Check if info endpoint reports error when llama-stack connection is not working

0 commit comments

Comments
 (0)