summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2025-05-18 13:48:54 -0700
committersudoforge <no-reply@sudoforge.com>2025-05-18 13:48:54 -0700
commit44d90317c54c82aacc3f5c25cd0444298ac810f5 (patch)
tree88d42fa98cf389e97d0a6e2801027307e9e29b0c
parent3b5a2acd21f53ae6de9c958a2560560fe976405c (diff)
downloadgit-bug-44d90317c54c82aacc3f5c25cd0444298ac810f5.tar.gz
git-bug-44d90317c54c82aacc3f5c25cd0444298ac810f5.zip
docs(changelog): bump for v0.10.0v0.10.0
Change-Id: I730373865da056571936357916b589a6cbc740b2
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a674145f9..2b99690e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,24 @@ 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.0 (2025-05-18)
+
+To view the full set of changes, including internal developer-centric changes,
+run the following command:
+
+```
+git log --oneline v0.9.0..v0.10.0
+```
+
+### Documentation
+
+- **bridge**: correct command used to create a new bridge (9942337b)
+
+### Features
+
+- **web**: simplify header navigation (7e95b169)
+- **web**: remark upgrade + gfm + syntax highlighting (6ee47b96)
+
## 0.9.0 (2025-05-12)
This release contains minor improvements and bug fixes.