We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e998ed8 commit 6451f22Copy full SHA for 6451f22
2 files changed
AGENTPIN_TECHNICAL_SPECIFICATION.md
@@ -1,9 +1,9 @@
1
# AgentPin Technical Specification
2
3
-**Protocol Version:** 0.1.0-draft
4
-**Status:** Draft
5
-**Author:** Jascha Wanger / [ThirdKey.ai](https://thirdkey.ai)
6
-**Date:** 2026-01-31
+**Protocol Version:** 0.2.0
+**Status:** Stable
+**Author:** Jascha Wanger / [ThirdKey.ai](https://thirdkey.ai)
+**Date:** 2026-02-16
7
**License:** MIT
8
9
---
README.md
@@ -43,7 +43,7 @@ agentpin verify --credential <jwt>
43
44
```toml
45
[dependencies]
46
-agentpin = { version = "0.1", features = ["fetch"] }
+agentpin = { version = "0.2", features = ["fetch"] }
47
```
48
49
### JavaScript
0 commit comments