Skip to content

Commit a447166

Browse files
chore(release): πŸ”– 0.4.0 [skip ci]
## [0.4.0](v0.3.1...v0.4.0) (2025-06-17) ### ✨ Features * Add submit task command to A2A CLI and update README with usage examples ([f5ef0de](f5ef0de)) ### ♻️ Improvements * Update a2a-debugger service to use build context instead of image ([0c3732c](0c3732c)) ### πŸ› Bug Fixes * Correct build output path and entrypoint in Dockerfile ([bdb6320](bdb6320)) * Improve error handling for MethodNotFoundError in A2A client commands ([cc16b6e](cc16b6e)) ### πŸ“š Documentation * Remove unnecessary config flag from README and update docker-compose entrypoint ([1099c8f](1099c8f))
1 parent f5ef0de commit a447166

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.0](https://github.com/inference-gateway/a2a-debugger/compare/v0.3.1...v0.4.0) (2025-06-17)
6+
7+
### ✨ Features
8+
9+
* Add submit task command to A2A CLI and update README with usage examples ([f5ef0de](https://github.com/inference-gateway/a2a-debugger/commit/f5ef0dead022ff2f2d6400925f9a6598c8661ff9))
10+
11+
### ♻️ Improvements
12+
13+
* Update a2a-debugger service to use build context instead of image ([0c3732c](https://github.com/inference-gateway/a2a-debugger/commit/0c3732c650c5af27f417e3a01b72e8daa0cf128a))
14+
15+
### πŸ› Bug Fixes
16+
17+
* Correct build output path and entrypoint in Dockerfile ([bdb6320](https://github.com/inference-gateway/a2a-debugger/commit/bdb63203dce56a7879bffb00f4adc557b299285a))
18+
* Improve error handling for MethodNotFoundError in A2A client commands ([cc16b6e](https://github.com/inference-gateway/a2a-debugger/commit/cc16b6efcf10716d25189512e7eebc9b82594305))
19+
20+
### πŸ“š Documentation
21+
22+
* Remove unnecessary config flag from README and update docker-compose entrypoint ([1099c8f](https://github.com/inference-gateway/a2a-debugger/commit/1099c8f678f437e2d179ade7e8c1d5c0668f5c2f))
23+
524
## [0.3.1](https://github.com/inference-gateway/a2a-debugger/compare/v0.3.0...v0.3.1) (2025-06-17)
625

726
### ♻️ Improvements

0 commit comments

Comments
Β (0)