awedio 0.5.0

A low-overhead and adaptable audio playback library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# git-cliff ~ default configuration file
# https://git-cliff.org/docs/configuration

[git]
filter_unconventional = false
# filter out the commits that are not matched by commit parsers
filter_commits = false

commit_parsers = [
  { message = "^feat", group = "<!-- 0 -->Features" },
  { message = "^fix", group = "<!-- 1 -->Bug Fixes" },
  { message = "^doc", group = "<!-- 2 -->Documentation" },
  { message = "^perf", group = "<!-- 3 -->Performance" },
  { message = "^refactor", group = "<!-- 4 -->Refactor" },
  { message = "^test", group = "<!-- 5 --> Testing" },
  { message = "^release", skip = true },
]