semantic-release commited on
Commit
2772d5e
·
1 Parent(s): e34be6c

chore(release): release version 0.1.0

Files changed (2) hide show
  1. CHANGELOG.md +11 -0
  2. edu_assistant/version.py +4 -4
CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Changelog
2
+
3
+ <!--next-version-placeholder-->
4
+
5
+ ## v0.1.0 (2023-07-18)
6
+
7
+ ### Feature
8
+
9
+ * **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))
10
+ * **qa:** :sparkles: normal qa ([#9](https://github.com/codedog-ai/edu-assistant/issues/9)) ([`2fe4e9d`](https://github.com/codedog-ai/edu-assistant/commit/2fe4e9dfa113301a13c9507c2e0e0064d9179882))
11
+ * :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.0.0"
 
1
+ # -- Project information -----------------------------------------------------
2
+
3
+ PROJECT = "edu-assistant"
4
+ VERSION = "0.1.0"