File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,41 @@ non-exhaustive by design, and only contains public-facing application and API
5
5
changes. Internal, developer-centric changes can be seen by looking at the
6
6
commit log.
7
7
8
+ ## 0.10.1 (2025-05-19)
9
+
10
+ To view the full set of changes, including internal developer-centric changes,
11
+ run the following command:
12
+
13
+ ```
14
+ git log --oneline v0.10.0..v0.10.1
15
+ ```
16
+
17
+ ### Bug fixes
18
+
19
+ - ** cli** : ignore missing sections when removing configuration (ddb22a2f)
20
+
21
+ ## 0.10.0 (2025-05-18)
22
+
23
+ To view the full set of changes, including internal developer-centric changes,
24
+ run the following command:
25
+
26
+ ```
27
+ git log --oneline v0.10.0
28
+ ```
29
+
30
+ ### Documentation
31
+
32
+ - ** bridge** : correct command used to create a new bridge (9942337b)
33
+
34
+ ### Features
35
+
36
+ - ** web** : simplify header navigation (7e95b169)
37
+ - ** webui** : remark upgrade + gfm + syntax highlighting (6ee47b96)
38
+
39
+ ### Feat
40
+
41
+ - ** BREAKING CHANGE** : ** dev-infra** : remove gokart (89b880bd)
42
+
8
43
## 0.10.0 (2025-05-18)
9
44
10
45
To view the full set of changes, including internal developer-centric changes,
You can’t perform that action at this time.
0 commit comments