Skip to content

Commit 7b00f7d

Browse files
chore(release): πŸ”– 0.25.0 [skip ci]
## [0.25.0](v0.24.4...v0.25.0) (2025-11-16) ### ✨ Features * **config:** Add support for config subsection injection in skills ([#92](#92)) ([6e8ff1a](6e8ff1a))
1 parent 6e8ff1a commit 7b00f7d

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.25.0](https://github.com/inference-gateway/adl-cli/compare/v0.24.4...v0.25.0) (2025-11-16)
6+
7+
### ✨ Features
8+
9+
* **config:** Add support for config subsection injection in skills ([#92](https://github.com/inference-gateway/adl-cli/issues/92)) ([6e8ff1a](https://github.com/inference-gateway/adl-cli/commit/6e8ff1a4df333a881167a2657d8335cd6fa35fe2))
10+
511
## [0.24.4](https://github.com/inference-gateway/adl-cli/compare/v0.24.3...v0.24.4) (2025-11-16)
612

713
### πŸ”§ Miscellaneous

β€Ž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.24.4
5+
VERSION: 0.25.0
66
BUILD_DIR: bin
77
DIST_DIR: dist
88

0 commit comments

Comments
Β (0)