Skip to content

Commit baaffa3

Browse files
chore(release): πŸ”– 0.24.0 [skip ci]
## [0.24.0](v0.23.11...v0.24.0) (2025-11-14) ### ✨ Features * **security:** Add non-root user support to generated Dockerfiles ([#84](#84)) ([804d85b](804d85b)) ### πŸ”§ Miscellaneous * **deps:** Update Flox dependencies and template versions ([#89](#89)) ([f220932](f220932))
1 parent 804d85b commit baaffa3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## [0.24.0](https://github.com/inference-gateway/adl-cli/compare/v0.23.11...v0.24.0) (2025-11-14)
6+
7+
### ✨ Features
8+
9+
* **security:** Add non-root user support to generated Dockerfiles ([#84](https://github.com/inference-gateway/adl-cli/issues/84)) ([804d85b](https://github.com/inference-gateway/adl-cli/commit/804d85b7a00f68620dcc3a686d4bfdd518d81f98))
10+
11+
### πŸ”§ Miscellaneous
12+
13+
* **deps:** Update Flox dependencies and template versions ([#89](https://github.com/inference-gateway/adl-cli/issues/89)) ([f220932](https://github.com/inference-gateway/adl-cli/commit/f220932c722a3558e1956e1bbfe631869db55e36))
14+
515
## [0.23.11](https://github.com/inference-gateway/adl-cli/compare/v0.23.10...v0.23.11) (2025-10-19)
616

717
### πŸ› Bug Fixes

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

0 commit comments

Comments
Β (0)