Skip to content

workspace-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 May 21:53
· 20 commits to main since this release
7d3cab8

[workspace-v0.2.0] - 2026-05-25

Bug Fixes

  • Point git-cliff github remote at issue-providers-rs (6c1da81)

  • Publish with --allow-dirty after set-version (32f9407)

Code Refactoring

  • Issue() builder accepts raw string ids (28cb5c9)

Continuous Integration

  • Independent per-crate tag-driven versioning (8715d24)

  • Add workspace-wide release tag and manual bump workflow (01234d9)

  • Per-crate changelogs and Discord notifications (9a6d7bc)

Documentation

  • Note builder ids accept string or newtype (fd5cd34)

Features

  • Scaffold issue-providers-rs with core and linear driver (8a01a11)

  • Add normalized StatusCategory to Issue (498b963)

  • Builder id setters accept string or newtype (5171a3c)

  • Graphql transport and Issues capability (9da6ee1)

  • Implement named-entity capabilities (1b9d298)

  • Add issue mutation verbs (create/update/delete/close) (f2c9ec3)

  • Fluent executing terminals on draft/patch builders (20c895e)

  • Enrich Issue with identifier, description, url, author, team, labels, timestamps (7f0f60b)

  • Add Viewer capability for authenticated account (2317cbf)

  • Add Comments capability (9f54ffa)

  • Filter on Issues::list (a70ad38)

Maintenance

  • Publish-ready metadata, readmes, and credentialed example (324330e)

  • V0.1.0 (89c1330)

  • Workspace-v0.2.0 (cc9d635)

Testing

  • Add serde round-trip coverage for models and StatusCategory (ba16e8e)