Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.4.0](https://github.com/JayAlwaysCodes/sentridrip/compare/v0.3.0...v0.4.0) (2026-04-20)


### Features

* add Solana support for x402 pay-per-call ([8afbecc](https://github.com/JayAlwaysCodes/sentridrip/commit/8afbecc2c9f31ed2e6b49987a8548128e34936f1))
* add Solana support for x402 pay-per-call payments ([7d2a3b3](https://github.com/JayAlwaysCodes/sentridrip/commit/7d2a3b3d9109a1f51ba898931e7ce0b352318306))
* add x402 pay-per-call support ([3c8ab90](https://github.com/JayAlwaysCodes/sentridrip/commit/3c8ab90a9979d81db517206c6e1d163e59d0c8ef))
* implement x402 payment protocol handshake ([20418db](https://github.com/JayAlwaysCodes/sentridrip/commit/20418dbefdb99f62682b6cbc323dbf6ee354a7c5))
* support EVM_PRIVATE_KEY + SOLANA_PRIVATE_KEY for dual-chain x402 ([504454f](https://github.com/JayAlwaysCodes/sentridrip/commit/504454fdc5b142c8802f01b95fff9b5e8e98a19e))


### Bug Fixes

* clean up three review issues in x402 key handling ([9b87977](https://github.com/JayAlwaysCodes/sentridrip/commit/9b879773d6fa03191d6604c634eb52b7d67862b0))
* correct @x402/fetch and @x402/evm version ranges ([0f3ebd1](https://github.com/JayAlwaysCodes/sentridrip/commit/0f3ebd193e8c135e83bafb5db9bd74fa86533c0d))
* move EVM key format guard before async imports; merge bash blocks in SKILL.md ([b79d7f7](https://github.com/JayAlwaysCodes/sentridrip/commit/b79d7f79e4f896f522a41e81f742d476ffd5ddf8))
* tighten x402 key validation and base58 decoding ([24018b1](https://github.com/JayAlwaysCodes/sentridrip/commit/24018b118e3bcc4221591204a47e0e75b80b3610))

## [0.3.0](https://github.com/zeriontech/zerion-ai/compare/v0.2.0...v0.3.0) (2026-04-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zerion-cli",
"version": "0.3.0",
"version": "0.4.0",
"description": "Zerion for AI agents and developers: hosted MCP docs, wallet-analysis skill, and a JSON-first CLI.",
"author": "Zerion",
"type": "module",
Expand Down