Skip to content

Commit 57852dd

Browse files
doublegateclaude
andcommitted
chore(release): bump version to 1.0.0
Production release of WRAITH Protocol v1.0.0 All crates updated to version 1.0.0: - wraith-core - wraith-crypto - wraith-transport - wraith-obfuscation - wraith-discovery - wraith-files - wraith-cli Documentation updated with release version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c53678 commit 57852dd

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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-
## [0.9.0] - 2025-12-05 - Phase 10 COMPLETE (Ready for 1.0.0)
8+
## [1.0.0] - 2025-12-06 - Production Release
9+
10+
**WRAITH Protocol v1.0.0 - Production Release**
11+
12+
This is the first production release of WRAITH Protocol, a decentralized secure file transfer protocol designed for privacy-preserving, high-performance data transfer with deep packet inspection (DPI) evasion capabilities.
13+
14+
### Phase 10 COMPLETE - Enterprise Ready
915

1016
**Phase 10: Full Production Implementation (130 Story Points)**
1117

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
WRAITH (Wire-speed Resilient Authenticated Invisible Transfer Handler) is a decentralized secure file transfer protocol. This repository contains the Rust implementation along with design specifications.
88

9-
**Current Status:** Version 0.9.0 Beta - Phase 10 Sessions 2-8 Complete (Node API orchestration layer, discovery integration, NAT traversal, crypto integration, file transfer integration, obfuscation integration, comprehensive integration testing, performance validation, production hardening features, user/developer documentation, security audit, reference client design)
9+
**Current Status:** Version 1.0.0 Production Release - Phase 10 Sessions 2-8 Complete (Node API orchestration layer, discovery integration, NAT traversal, crypto integration, file transfer integration, obfuscation integration, comprehensive integration testing, performance validation, production hardening features, user/developer documentation, security audit, reference client design)
1010

1111
**Current Metrics:**
1212
- **Tests:** 1,107 tests total (1,069 passing, 38 ignored) - 100% pass rate on active tests

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.9.0"
25+
version = "1.0.0"
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.9.0-blue.svg)](https://github.com/doublegate/WRAITH-Protocol/releases)
12+
[![Version](https://img.shields.io/badge/version-1.0.0-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.9.0 Beta (Ready for 1.0.0) | **Phase 10 Sessions 2-8 COMPLETE**
19+
**Version:** 1.0.0 Production Release | **Phase 10 Sessions 2-8 COMPLETE**
2020

2121
WRAITH Protocol has completed full production implementation with comprehensive documentation, security validation, and advanced features. The protocol is enterprise-ready with DoS protection, health monitoring, circuit breakers, resume robustness, multi-peer optimization, complete user guides, and security audit.
2222

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

849849
**WRAITH Protocol** - *Secure. Fast. Invisible.*
850850

851-
**Status:** v0.9.0 Beta (Ready for 1.0.0) | **License:** MIT | **Language:** Rust 2024 (MSRV 1.85) | **Tests:** 1,120 (1,096 passing + 24 ignored) | **Quality:** Grade A+ (95/100), 12% debt ratio, 0 vulnerabilities, 5 fuzz targets | **Protocol:** Phase 10 Sessions 2-8 COMPLETE - Production Ready (1,017/947 SP, 107%)
851+
**Status:** v1.0.0 Production Release | **License:** MIT | **Language:** Rust 2024 (MSRV 1.85) | **Tests:** 1,120 (1,096 passing + 24 ignored) | **Quality:** Grade A+ (95/100), 12% debt ratio, 0 vulnerabilities, 5 fuzz targets | **Protocol:** Phase 10 Sessions 2-8 COMPLETE - Production Ready (1,017/947 SP, 107%)

0 commit comments

Comments
 (0)