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
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "dsct",
"source": "./",
"description": "LLM-friendly packet dissector with MCP server for pcap/pcapng analysis",
"version": "0.2.9",
"version": "0.2.10",
"homepage": "https://github.com/higebu/dsct",
"repository": "https://github.com/higebu/dsct",
"license": "MIT OR Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dsct",
"description": "LLM-friendly packet dissector with MCP server for pcap/pcapng analysis",
"version": "0.2.9",
"version": "0.2.10",
"author": {
"name": "higebu"
},
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.10] - 2026-04-23

### 🚀 Features

- *(read)* Add --raw-bytes option to emit original packet bytes

### ⚙️ Miscellaneous Tasks

- *(release)* Surface dependency bumps in release PR changelog
## [0.2.8] - 2026-04-15

### 📚 Documentation
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsct"
version = "0.2.9"
version = "0.2.10"
edition = "2024"
license = "MIT OR Apache-2.0"
rust-version = "1.88"
Expand Down
Loading