pacmog 0.6.0

PCM decording library
Documentation
# .github/release.yml

changelog:
  exclude:
    labels:
      - ignore-for-release
  categories:
    - title: Fixed Bugs 🐞
      labels:
        - bug
    - title: New Features 🎉
      labels:
        - Semver-Minor
        - enhancement
    - title: Breaking Changes
      labels:
        - breaking-change
    - title: Internal Changes
      labels:
        - internal-change
    - title: Other Changes
      labels:
        - "*"