chore(release): v0.1.0 changelog + README pre-tag fixes #131

Merged
lerko merged 3 commits from chore/v010-readme-changelog into main 2026-06-12 23:45:19 +00:00
Showing only changes of commit e2024bcab1 - Show all commits
+1 -1
View File
@@ -39,7 +39,7 @@ commit_parsers = [
{ message = "^perf", group = "Changed" },
{ message = "^refactor", group = "Changed" },
{ message = "^security", group = "Security" },
{ body = ".*security", group = "Security" },
{ message = "^polish", group = "Changed" },
{ body = "BREAKING", group = "Breaking" },
{ footer = "BREAKING.CHANGE", group = "Breaking" },
{ message = "^docs", skip = true },