Skip to content

Commit 83e92ca

Browse files
chore(release): 🔖 0.19.3 [skip ci]
## [0.19.3](v0.19.2...v0.19.3) (2025-09-06) ### ♻️ Improvements * **templates:** Fix logger injection and syntax error in Go skill template ([#68](#68)) ([96e4695](96e4695)), closes [#67](#67)
1 parent 96e4695 commit 83e92ca

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.19.3](https://github.com/inference-gateway/adl-cli/compare/v0.19.2...v0.19.3) (2025-09-06)
6+
7+
### ♻️ Improvements
8+
9+
* **templates:** Fix logger injection and syntax error in Go skill template ([#68](https://github.com/inference-gateway/adl-cli/issues/68)) ([96e4695](https://github.com/inference-gateway/adl-cli/commit/96e46951cb0a462fabc35dbf922a51e312b04a38)), closes [#67](https://github.com/inference-gateway/adl-cli/issues/67)
10+
511
## [0.19.2](https://github.com/inference-gateway/adl-cli/compare/v0.19.1...v0.19.2) (2025-09-06)
612

713
### ♻️ Improvements

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.19.2
5+
VERSION: 0.19.3
66
BUILD_DIR: bin
77
DIST_DIR: dist
88

0 commit comments

Comments
 (0)