feat: implement breaking change input
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 16m17s

This commit is contained in:
2026-03-09 22:57:35 +01:00
parent d51760fc9f
commit 520a54aae4
13 changed files with 836 additions and 137 deletions

View File

@@ -30,6 +30,7 @@ jj-lib = "0.39.0"
lazy-regex = { version = "3.5.1", features = ["lite"] }
thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
textwrap = "0.16.2"
[dev-dependencies]
assert_cmd = "2.1.2"