From f2070b53255724f58ce2b70f235fe5cf1b99f2fe Mon Sep 17 00:00:00 2001 From: sudoforge <no-reply@sudoforge.com> Date: Sun, 18 May 2025 21:59:55 -0700 Subject: [PATCH] docs(changelog): bump for v0.10.1 (#1457) Change-Id: I68b8c234100ae91a6ad6b838211ce2ce7dd8feca --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b99690e..a17081bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,41 @@ non-exhaustive by design, and only contains public-facing application and API changes. Internal, developer-centric changes can be seen by looking at the commit log. +## 0.10.1 (2025-05-19) + +To view the full set of changes, including internal developer-centric changes, +run the following command: + +``` +git log --oneline v0.10.0..v0.10.1 +``` + +### Bug fixes + +- **cli**: ignore missing sections when removing configuration (ddb22a2f) + +## 0.10.0 (2025-05-18) + +To view the full set of changes, including internal developer-centric changes, +run the following command: + +``` +git log --oneline v0.10.0 +``` + +### Documentation + +- **bridge**: correct command used to create a new bridge (9942337b) + +### Features + +- **web**: simplify header navigation (7e95b169) +- **webui**: remark upgrade + gfm + syntax highlighting (6ee47b96) + +### Feat + +- **BREAKING CHANGE**: **dev-infra**: remove gokart (89b880bd) + ## 0.10.0 (2025-05-18) To view the full set of changes, including internal developer-centric changes, -- GitLab