Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.2.3 - 2026-02-14
===================

## Fixed
- Cargo publish pipeline now succeeds on crates.io category validation:
- replaced unsupported category slug `datascience` with `science` in `Cargo.toml`.
- Release reruns for the same tag are now safe:
- `gh release upload` now uses clobber mode in both archive upload jobs.
- `publish-crates` crates.io API checks now include required request headers to avoid 403 responses.

0.2.2 - 2026-02-14
===================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "precursor"
build = "build.rs"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
rust-version = "1.86"
authors = ["Matt Lehman <obsecurus@users.noreply.github.com>"]
Expand All @@ -12,7 +12,7 @@ description = "Pre-protocol payload tagging, similarity clustering, and packet/f
readme = "README.md"
keywords = ["ids", "forensics", "similarity", "packet", "firmware"]
license = "MIT OR Unlicense"
categories = ["command-line-utilities", "filesystem", "datascience"]
categories = ["command-line-utilities", "filesystem", "science"]
exclude = [
".env",
".env.*",
Expand Down