semantic-release commited on
Commit
8ba5630
·
1 Parent(s): 1543ec3

chore(release): release version 0.3.0

Files changed (2) hide show
  1. CHANGELOG.md +11 -0
  2. edu_assistant/version.py +1 -1
CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
 
3
  <!--next-version-placeholder-->
4
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## v0.2.0 (2023-07-19)
6
 
7
  ### Feature
 
2
 
3
  <!--next-version-placeholder-->
4
 
5
+ ## v0.3.0 (2023-07-20)
6
+
7
+ ### Feature
8
+
9
+ * :sparkles: Configuration ([#22](https://github.com/codedog-ai/edu-assistant/issues/22)) ([`1543ec3`](https://github.com/codedog-ai/edu-assistant/commit/1543ec33cd24fcecaef90699eef6d632858e8e36))
10
+
11
+ ### Fix
12
+
13
+ * :bug: Fix prompt break ([`dfeefd3`](https://github.com/codedog-ai/edu-assistant/commit/dfeefd3e658af0ac975d74ca13b8fc4f216135cd))
14
+ * :bug: remove extra textbox ([`4214444`](https://github.com/codedog-ai/edu-assistant/commit/4214444014ae2a57d73f12adaef3f4308d947ede))
15
+
16
  ## v0.2.0 (2023-07-19)
17
 
18
  ### Feature
edu_assistant/version.py CHANGED
@@ -1,4 +1,4 @@
1
  # -- Project information -----------------------------------------------------
2
 
3
  PROJECT = "edu-assistant"
4
- VERSION = "0.2.0"
 
1
  # -- Project information -----------------------------------------------------
2
 
3
  PROJECT = "edu-assistant"
4
+ VERSION = "0.3.0"