8000 docs(changelog): bump for v0.10.1 (#1457) · git-bug/git-bug@f2070b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2070b5

Browse files
authored
docs(changelog): bump for v0.10.1 (#1457)
Change-Id: I68b8c234100ae91a6ad6b838211ce2ce7dd8feca
1 parent b49a652 commit f2070b5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ non-exhaustive by design, and only contains public-facing application and API
55
changes. Internal, developer-centric changes can be seen by looking at the
66
commit log.
77

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+
843
## 0.10.0 (2025-05-18)
944

1045
To view the full set of changes, including internal developer-centric changes,

0 commit comments

Comments
 (0)
0