blackopsrepl commited on
Commit
a0b52a3
·
1 Parent(s): 940600a

chore(release): 0.6.0

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +22 -0
CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
 
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## [0.5.5](///compare/v0.5.4...v0.5.5) (2025-06-20)
6
 
7
  ## [0.5.4](///compare/v0.5.3...v0.5.4) (2025-06-20)
 
2
 
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
 
5
+ ## [0.6.0](///compare/v0.5.5...v0.6.0) (2025-06-23)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * remove old web backend and agent demo
11
+ * add chatbot demo ui
12
+
13
+ * remove old web backend and agent demo 9ea1761
14
+
15
+
16
+ ### Features
17
+
18
+ * add chatbot demo ui e2685f7
19
+ * refactor tests and logging f3473c1
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * solve circular import in _init_ files 940600a
25
+ * sort schedule by start time before printing chatbot response 538552f
26
+
27
  ## [0.5.5](///compare/v0.5.4...v0.5.5) (2025-06-20)
28
 
29
  ## [0.5.4](///compare/v0.5.3...v0.5.4) (2025-06-20)