osm_pbf_iter 0.2.3

Parse OpenStreetMap .pbf dumps while trying to avoid copying
Documentation
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configurations

changelog:
  categories:
    - title: 🆕 Enhancements
      labels:
        - enhancement
    - title: 🐞 Bugs
      labels:
        - bug
    - title: 🔗 Dependencies
      labels:
        - dependencies
    - title: 🚧 Maintenance
      labels:
        - '*'
      exclude:
        labels:
          - bug
          - dependencies
          - enhancement