Skip to content

Commit 95eacc5

Browse files
chore(release): 🔖 0.26.1 [skip ci]
## [0.26.1](v0.26.0...v0.26.1) (2025-12-12) ### 🐛 Bug Fixes * **docs:** Fix wrong environment variables without a proper A2A_ prefix ([e842d6f](e842d6f))
1 parent e842d6f commit 95eacc5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.26.1](https://github.com/inference-gateway/adl-cli/compare/v0.26.0...v0.26.1) (2025-12-12)
6+
7+
### 🐛 Bug Fixes
8+
9+
* **docs:** Fix wrong environment variables without a proper A2A_ prefix ([e842d6f](https://github.com/inference-gateway/adl-cli/commit/e842d6ffb7f75bdf3a4c9da4a0917630415d1e87))
10+
511
## [0.26.0](https://github.com/inference-gateway/adl-cli/compare/v0.25.0...v0.26.0) (2025-11-18)
612

713
### ✨ Features

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
vars:
44
APP_NAME: adl
5-
VERSION: 0.26.0
5+
VERSION: 0.26.1
66
BUILD_DIR: bin
77
DIST_DIR: dist
88

0 commit comments

Comments
 (0)