streamweave 0.10.1

Composable, async, stream-first computation in pure Rust
Documentation
# Automatically generated release notes configuration
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
  exclude:
    labels:
      - "skip-changelog"
      - "dependencies"
    authors:
      - "dependabot"
      - "dependabot[bot]"
  categories:
    - title: "๐Ÿš€ Features"
      labels:
        - "feature"
        - "enhancement"
    - title: "๐Ÿ› Bug Fixes"
      labels:
        - "bug"
        - "fix"
        - "bugfix"
    - title: "โšก Performance"
      labels:
        - "performance"
        - "optimization"
    - title: "๐Ÿ“š Documentation"
      labels:
        - "documentation"
        - "docs"
    - title: "๐Ÿ”’ Security"
      labels:
        - "security"
    - title: "๐Ÿงช Testing"
      labels:
        - "testing"
        - "test"
    - title: "โ™ป๏ธ Refactoring"
      labels:
        - "refactor"
        - "cleanup"
    - title: "๐Ÿ“ฆ Dependencies"
      labels:
        - "dependencies"
        - "deps"
    - title: "๐Ÿ”ง Maintenance"
      labels:
        - "maintenance"
        - "chore"
        - "ci"
    - title: "๐Ÿ’ฅ Breaking Changes"
      labels:
        - "breaking"
        - "breaking-change"
    - title: "Other Changes"
      labels:
        - "*"