Spaces:
Runtime error
Runtime error
semantic-release commited on
Commit ·
af0e2c4
1
Parent(s): bb5c80a
0.2.0
Browse fileschore(release): release version 0.2.0
- CHANGELOG.md +28 -11
- edu_assistant/version.py +4 -4
CHANGELOG.md
CHANGED
|
@@ -1,11 +1,28 @@
|
|
| 1 |
-
# Changelog
|
| 2 |
-
|
| 3 |
-
<!--next-version-placeholder-->
|
| 4 |
-
|
| 5 |
-
## v0.
|
| 6 |
-
|
| 7 |
-
### Feature
|
| 8 |
-
|
| 9 |
-
*
|
| 10 |
-
*
|
| 11 |
-
* :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
<!--next-version-placeholder-->
|
| 4 |
+
|
| 5 |
+
## v0.2.0 (2023-07-19)
|
| 6 |
+
|
| 7 |
+
### Feature
|
| 8 |
+
|
| 9 |
+
* :sparkles: Coding Problem Analysis Launch! ([`2756582`](https://github.com/codedog-ai/edu-assistant/commit/2756582fbc86871bd40b10523cba599babcf212e))
|
| 10 |
+
* :sparkles: rearrage the layout of qa ([`82ed472`](https://github.com/codedog-ai/edu-assistant/commit/82ed4720ab8767d8c4cdcebac98264fd928a2837))
|
| 11 |
+
* :sparkles: Support Hugging Face ([#12](https://github.com/codedog-ai/edu-assistant/issues/12)) ([`ea3c0cf`](https://github.com/codedog-ai/edu-assistant/commit/ea3c0cf9e27d2592b78f5aa3aab54576a5bec562))
|
| 12 |
+
* :sparkles: qa gradio ui and coding problem chain ([#11](https://github.com/codedog-ai/edu-assistant/issues/11)) ([`532a759`](https://github.com/codedog-ai/edu-assistant/commit/532a75950b8f5720fe7a9aaca6e791593496931f))
|
| 13 |
+
|
| 14 |
+
### Fix
|
| 15 |
+
|
| 16 |
+
* :pencil2: fix version display in webui ([`5bd3b89`](https://github.com/codedog-ai/edu-assistant/commit/5bd3b89198690f414306718b8eda56ecc4f28bc0))
|
| 17 |
+
|
| 18 |
+
### Documentation
|
| 19 |
+
|
| 20 |
+
* :memo: add redis configs ([`5a7f031`](https://github.com/codedog-ai/edu-assistant/commit/5a7f03192de06dbd3e2369c91852becf1aac5c19))
|
| 21 |
+
|
| 22 |
+
## v0.1.0 (2023-07-18)
|
| 23 |
+
|
| 24 |
+
### Feature
|
| 25 |
+
|
| 26 |
+
* **task:** :sparkles: analyze oj wrong answer ([#10](https://github.com/codedog-ai/edu-assistant/issues/10)) ([`e34be6c`](https://github.com/codedog-ai/edu-assistant/commit/e34be6cd6b44291ea0b59da53314863a95208396))
|
| 27 |
+
* **qa:** :sparkles: normal qa ([#9](https://github.com/codedog-ai/edu-assistant/issues/9)) ([`2fe4e9d`](https://github.com/codedog-ai/edu-assistant/commit/2fe4e9dfa113301a13c9507c2e0e0064d9179882))
|
| 28 |
+
* :tada: init commit ([`40a9b82`](https://github.com/codedog-ai/edu-assistant/commit/40a9b8270e7d67d7e444b395b9d8aa11accedf5d))
|
edu_assistant/version.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# -- Project information -----------------------------------------------------
|
| 2 |
-
|
| 3 |
-
PROJECT = "edu-assistant"
|
| 4 |
-
VERSION = "0.
|
|
|
|
| 1 |
+
# -- Project information -----------------------------------------------------
|
| 2 |
+
|
| 3 |
+
PROJECT = "edu-assistant"
|
| 4 |
+
VERSION = "0.2.0"
|