Skip to content

Commit 95ae675

Browse files
committed
chore(release): v0.2.4
1 parent 1832545 commit 95ae675

5 files changed

Lines changed: 35 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "dsct",
99
"source": "./",
1010
"description": "LLM-friendly packet dissector with MCP server for pcap/pcapng analysis",
11-
"version": "0.2.3",
11+
"version": "0.2.4",
1212
"homepage": "https://github.com/higebu/dsct",
1313
"repository": "https://github.com/higebu/dsct",
1414
"license": "MIT OR Apache-2.0",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dsct",
33
"description": "LLM-friendly packet dissector with MCP server for pcap/pcapng analysis",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"author": {
66
"name": "higebu"
77
},

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,39 @@
1+
## [0.2.4] - 2026-04-09
2+
3+
### 🐛 Bug Fixes
4+
5+
- *(tui)* Reject capture file truncation in refresh
6+
7+
### 📚 Documentation
8+
9+
- *(readme)* Fix dsct read JSON sample to match serializer
10+
- *(mcp)* Mention sample_rate in dsct_read_packets description
11+
12+
### 🎨 Styling
13+
14+
- *(field_format)* Apply cargo fmt
15+
16+
### 🧪 Testing
17+
18+
- *(field_format)* Cover format_field_to_string edge cases
19+
- *(stats)* Add inline unit tests for remaining modules
20+
- Add cli streaming edge case tests
21+
- *(filter)* Add e2e tests for -f filter expressions
22+
- *(tui)* Add memmap safety smoke tests
23+
- *(tui)* Add unit tests to modules lacking cfg(test)
24+
- Add error, subcommand, and output schema coverage
25+
- *(read)* Add integration tests for field-config, progress, esp-sa
26+
27+
### ⚙️ Miscellaneous Tasks
28+
29+
- Update README.md
30+
- Add codecov badge to README.md
131
## [0.2.3] - 2026-04-07
232

333
### ⚙️ Miscellaneous Tasks
434

535
- Add all-features=true to dist-workspace.toml
36+
- *(release)* V0.2.3
637
## [0.2.2] - 2026-04-07
738

839
### ⚙️ Miscellaneous Tasks

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsct"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.88"

0 commit comments

Comments
 (0)