From c90c8e146140e75290f93aef725e3011e080f9a0 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 30 Jul 2026 11:33:16 -0400 Subject: [PATCH] Release 0.3.0 Ships the issue field coverage from #36 and the CLI category plumbing from #35. Minor rather than patch: `Issue` and `IssueProject` gained public fields and neither is `#[non_exhaustive]`, so struct-literal construction breaks, and `fossapi list issues` now requires `--category`. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011Wfc52MZCX3w1CqofGABbc --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbf312b..6be24c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "fossapi" -version = "0.2.2" +version = "0.3.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 89757be..eb71b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fossapi" -version = "0.2.2" +version = "0.3.0" edition = "2021" description = "Rust client library for the FOSSA REST API" license = "MIT"