Skip to content

Commit 1860f01

Browse files
committed
chore(release): v0.2.3
1 parent 2ef6e13 commit 1860f01

5 files changed

Lines changed: 10 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.2",
11+
"version": "0.2.3",
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.2",
4+
"version": "0.2.3",
55
"author": {
66
"name": "higebu"
77
},

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## [0.2.3] - 2026-04-07
2+
3+
### ⚙️ Miscellaneous Tasks
4+
5+
- Add all-features=true to dist-workspace.toml
16
## [0.2.2] - 2026-04-07
27

38
### ⚙️ Miscellaneous Tasks
49

510
- Add support for homebrew
11+
- *(release)* V0.2.2
612
## [0.1.2] - 2026-04-06
713

814
### ⚙️ 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.2"
3+
version = "0.2.3"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.88"

0 commit comments

Comments
 (0)