Skip to content

Commit a1f7660

Browse files
doublegateclaude
andcommitted
chore(release): bump version to v0.5.5
Version bump for security hardening release: - S/Kademlia Sybil resistance (SEC-001) - DHT privacy enhancement (SEC-002) - STUN MESSAGE-INTEGRITY (SEC-003) - 28 new security tests - Total: 869 tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 918cd7e commit a1f7660

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to WRAITH Protocol will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.5] - 2025-11-30
99

1010
### Security
1111

@@ -1802,7 +1802,8 @@ Fixes applied:
18021802

18031803
---
18041804

1805-
[Unreleased]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.5.0...HEAD
1805+
[Unreleased]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.5.5...HEAD
1806+
[0.5.5]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.5.0...v0.5.5
18061807
[0.5.0]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.4.8...v0.5.0
18071808
[0.4.8]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.4.5...v0.4.8
18081809
[0.4.5]: https://github.com/doublegate/WRAITH-Protocol/compare/v0.4.0...v0.4.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
exclude = ["crates/wraith-xdp"]
2323

2424
[workspace.package]
25-
version = "0.5.0"
25+
version = "0.5.5"
2626
edition = "2024"
2727
rust-version = "1.85"
2828
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ A decentralized secure file transfer protocol optimized for high-throughput, low
99
[![CI Status](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/ci.yml/badge.svg)](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/ci.yml)
1010
[![CodeQL](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml/badge.svg)](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml)
1111
[![Release](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml/badge.svg)](https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml)
12-
[![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](https://github.com/doublegate/WRAITH-Protocol/releases)
12+
[![Version](https://img.shields.io/badge/version-0.5.5-blue.svg)](https://github.com/doublegate/WRAITH-Protocol/releases)
1313
[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://www.rust-lang.org/)
1414
[![Edition](https://img.shields.io/badge/edition-2024-orange.svg)](https://doc.rust-lang.org/edition-guide/rust-2024/index.html)
1515
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
1616

1717
## Current Status
1818

19-
**Version:** 0.5.0 (Phase 5 Complete - Discovery & NAT Traversal) | **Phase 6 Ready ✅**
19+
**Version:** 0.5.5 (Security Hardening Release) | **Phase 6 Ready ✅**
2020

2121
WRAITH Protocol has completed Phases 1-5, delivering a fully functional core protocol, cryptographic layer, high-performance transport implementation, optimization and hardening, comprehensive traffic obfuscation, and complete peer discovery with NAT traversal. The latest release includes AF_XDP kernel bypass with zero-copy I/O, BBR pacing enforcement, io_uring async file I/O, frame validation hardening, complete traffic obfuscation with TLS/WebSocket/DoH mimicry, privacy-enhanced Kademlia DHT, STUN/ICE NAT traversal, and DERP-style relay infrastructure.
2222

@@ -692,4 +692,4 @@ WRAITH Protocol builds on the work of many excellent projects and technologies:
692692

693693
**WRAITH Protocol** - *Secure. Fast. Invisible.*
694694

695-
**Status:** Phase 5 Complete (v0.5.0), Phase 6 Ready ✅ | **License:** MIT | **Language:** Rust 2024 | **Tests:** 869 | **Quality:** Grade A (92/100), 14% debt ratio, 100% unsafe docs, 69% protocol complete (546/789 SP)
695+
**Status:** Phase 5 Complete (v0.5.5), Phase 6 Ready ✅ | **License:** MIT | **Language:** Rust 2024 | **Tests:** 869 | **Quality:** Grade A (92/100), 14% debt ratio, 100% unsafe docs, 69% protocol complete (546/789 SP)

0 commit comments

Comments
 (0)