Skip to content

Commit fe7e7fc

Browse files
chore(release): 🔖 0.23.10 [skip ci]
## [0.23.10](v0.23.9...v0.23.10) (2025-10-19) ### 🐛 Bug Fixes * **artifacts:** Change invalid Go duration format from days to hours in the docs ([#87](#87)) ([875bd95](875bd95)), closes [#86](#86)
1 parent 875bd95 commit fe7e7fc

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.23.10](https://github.com/inference-gateway/adl-cli/compare/v0.23.9...v0.23.10) (2025-10-19)
6+
7+
### 🐛 Bug Fixes
8+
9+
* **artifacts:** Change invalid Go duration format from days to hours in the docs ([#87](https://github.com/inference-gateway/adl-cli/issues/87)) ([875bd95](https://github.com/inference-gateway/adl-cli/commit/875bd95064354c0d0fe3182c453f6d444020bc73)), closes [#86](https://github.com/inference-gateway/adl-cli/issues/86)
10+
511
## [0.23.9](https://github.com/inference-gateway/adl-cli/compare/v0.23.8...v0.23.9) (2025-10-18)
612

713
### 🐛 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.9
5+
VERSION: 0.23.10
66
BUILD_DIR: bin
77
DIST_DIR: dist
88

0 commit comments

Comments
 (0)