这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.2.0](https://github.com/google-agentic-commerce/a2a-x402/compare/v0.1.0...v0.2.0) (2025-11-12)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line can be removed to make the changelog more compact.

### Features

* Add Lightning Network payment scheme for x402 ([#23](https://github.com/google-agentic-commerce/a2a-x402/issues/23)) ([8076c9b](https://github.com/google-agentic-commerce/a2a-x402/commit/8076c9b8b0f27f8d8c220a531ff102981e2c292c))
* add mypy type checking ([#50](https://github.com/google-agentic-commerce/a2a-x402/issues/50)) ([0ca2ed7](https://github.com/google-agentic-commerce/a2a-x402/commit/0ca2ed7e9624ed054bd9ebcc01e10ee8bb024fc3))
* added publish pypi package workflow ([#26](https://github.com/google-agentic-commerce/a2a-x402/issues/26)) ([ff6820a](https://github.com/google-agentic-commerce/a2a-x402/commit/ff6820a781608e03759c9de9c1d93a5393193bb8))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the other list items, this line should start with a capital letter.

Suggested change
* added publish pypi package workflow ([#26](https://github.com/google-agentic-commerce/a2a-x402/issues/26)) ([ff6820a](https://github.com/google-agentic-commerce/a2a-x402/commit/ff6820a781608e03759c9de9c1d93a5393193bb8))
* Added publish pypi package workflow ([#26](https://github.com/google-agentic-commerce/a2a-x402/issues/26)) ([ff6820a](https://github.com/google-agentic-commerce/a2a-x402/commit/ff6820a781608e03759c9de9c1d93a5393193bb8))

* Adding example demo showing how the Intent, Cart and Payment mandates… ([#43](https://github.com/google-agentic-commerce/a2a-x402/issues/43)) ([46dd48b](https://github.com/google-agentic-commerce/a2a-x402/commit/46dd48b44829af3c209681a74c00c880c43a8f5e))
* Display currency name in payment request messages ([#19](https://github.com/google-agentic-commerce/a2a-x402/issues/19)) ([a50b512](https://github.com/google-agentic-commerce/a2a-x402/commit/a50b512a61880c180bc82c1332aee271f46942b6))


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line can be removed to make the changelog more compact.

### Bug Fixes

* mypy type issues ([#51](https://github.com/google-agentic-commerce/a2a-x402/issues/51)) ([9c7f356](https://github.com/google-agentic-commerce/a2a-x402/commit/9c7f356fe756c5580d35143f5af419ab44ebb82b))
* Update config.py to fix X402_EXTENSION_URI ([#21](https://github.com/google-agentic-commerce/a2a-x402/issues/21)) ([df2e010](https://github.com/google-agentic-commerce/a2a-x402/commit/df2e010cec54b2397d9c6a4e7d27061c05e7f73c))
Loading