Skip to content

Commit 40cca1d

Browse files
author
PiQrypt
committed
chore: bump version 1.8.6 → 1.8.7
1 parent 3a8d7b5 commit 40cca1d

21 files changed

Lines changed: 35 additions & 35 deletions

INTEGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Upgrade path is seamless — same API, same patterns, stronger crypto.
765765

766766
---
767767

768-
*PiQrypt v1.8.6 — AISS v2.0 Reference Implementation*
768+
*PiQrypt v1.8.7 — AISS v2.0 Reference Implementation*
769769

770770
---
771771

QUICK-START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PiQrypt Quick Start Guide
22

3-
**PiQrypt v1.8.6 — AISS v2.0 Reference Implementation**
3+
**PiQrypt v1.8.7 — AISS v2.0 Reference Implementation**
44

55
Get started in 5 minutes.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ session.stamp("reviewer", "review_signed", {"approved": True}, peer
243243
| TrustGate | ✅ Stable | Standalone · port 8422 |
244244
| Trust-server | ✅ Production | `trust-server-ucjb.onrender.com` |
245245

246-
**v1.8.6** · Python 3.9–3.12 · Linux · macOS · Windows
246+
**v1.8.7** · Python 3.9–3.12 · Linux · macOS · Windows
247247

248248
---
249249

agents/AGENT_PROMPT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,4 +362,4 @@ PiQrypt can coexist with all of them.
362362
---
363363

364364
*AISS v1.1 — Agent Identity & Signature Standard*
365-
*PiQrypt v1.8.6 — Reference Implementation*
365+
*PiQrypt v1.8.7 — Reference Implementation*

aiss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
>>> create_archive(events, identity, "backup.pqz", passphrase="strong-pass")
3535
"""
3636

37-
__version__ = "1.8.6"
37+
__version__ = "1.8.7"
3838

3939
# Core AISS-1
4040
from aiss.identity import (

docs/A2A_SESSION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A2A Session Guide — Cross-framework Multi-Agent Trust
22

3-
*PiQrypt v1.8.6 — AISS v2.0*
3+
*PiQrypt v1.8.7 — AISS v2.0*
44

55
---
66

docs/BADGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Visual Badges System
22

3-
**Version:** 1.8.6
4-
**Date:** 2026-04-17
3+
**Version:** 1.8.7
4+
**Date:** 2026-04-19
55
**Status:** Current
66

77
---
@@ -107,7 +107,7 @@ Visual badges for your README files, documentation, and websites.
107107

108108
**Version:**
109109
```markdown
110-
[![Version](https://img.shields.io/badge/version-1.8.6-blue)](https://github.com/piqrypt/piqrypt/releases)
110+
[![Version](https://img.shields.io/badge/version-1.8.7-blue)](https://github.com/piqrypt/piqrypt/releases)
111111
```
112112

113113
**License:**
@@ -322,7 +322,7 @@ piqrypt badge generate --tier pro --copy
322322

323323
```markdown
324324
<!-- Update version when upgrading -->
325-
[![Version](https://img.shields.io/badge/version-1.8.6-blue)](...)
325+
[![Version](https://img.shields.io/badge/version-1.8.7-blue)](...)
326326

327327
<!-- Update tier if licensing changes -->
328328
[![PiQrypt Pro](https://img.shields.io/badge/PiQrypt-Pro-gold)](...)
@@ -350,7 +350,7 @@ Caret: %5E
350350
---
351351

352352
**Last Updated:** 2026-03-12
353-
**Version:** 1.8.6
353+
**Version:** 1.8.7
354354

355355
---
356356

docs/IMPLEMENTATION_STATUS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# PiQrypt v1.8.6 — AISS RFC v2.0 Implementation Status
1+
# PiQrypt v1.8.7 — AISS RFC v2.0 Implementation Status
22

3-
**Version:** 1.8.6
4-
**Date:** 2026-04-17
3+
**Version:** 1.8.7
4+
**Date:** 2026-04-19
55
**AISS RFC:** v2.0
66
**Status:** Production Ready (Level 2)
77

@@ -305,7 +305,7 @@ piqrypt status
305305

306306
---
307307

308-
*PiQrypt v1.8.6 — Reference Implementation of AISS v2.0*
308+
*PiQrypt v1.8.7 — Reference Implementation of AISS v2.0*
309309
*https://github.com/piqrypt/piqrypt*
310310

311311
---

docs/LICENSE-SYSTEM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PiQrypt License System
22

3-
**Version:** 1.8.6
3+
**Version:** 1.8.7
44
**Last Updated:** 2026-03-12
55

66
---

docs/LOGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def configure_logging(
439439
---
440440

441441
**Last Updated:** 2026-03-12
442-
**Version:** 1.8.6
442+
**Version:** 1.8.7
443443

444444
---
445445

0 commit comments

Comments
 (0)