Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"}
{"config":"1.6.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"}
12 changes: 12 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/adaosantos/yokai/compare/config-v1.5.0...config/v1.6.0) (2025-09-17)


### Features

* **config:** Added app description config key ([#270](https://github.com/adaosantos/yokai/issues/270)) ([e540857](https://github.com/adaosantos/yokai/commit/e54085755430b171277c038719611a667b284c85))
* **config:** Added config default path ([#280](https://github.com/adaosantos/yokai/issues/280)) ([2de70d2](https://github.com/adaosantos/yokai/commit/2de70d2aaed23f9bf867e4806c2c84fdf1b77736))
* **config:** Added env var helper ([#14](https://github.com/adaosantos/yokai/issues/14)) ([1a3743b](https://github.com/adaosantos/yokai/commit/1a3743b80ed61444d49237b7b151de7f8aad2b14))
* **config:** Auto-detect ko.build OCI images and set config paths ([#100](https://github.com/adaosantos/yokai/issues/100)) ([c214cad](https://github.com/adaosantos/yokai/commit/c214cad80af6e0fa43aa3aa16af3fb159c76270f))
* **config:** Provided module ([#1](https://github.com/adaosantos/yokai/issues/1)) ([9bfe4cc](https://github.com/adaosantos/yokai/commit/9bfe4cc14b447457735ee0f23a229a7006a5b5fc))
* **config:** Updated dependencies ([#131](https://github.com/adaosantos/yokai/issues/131)) ([f20e8b6](https://github.com/adaosantos/yokai/commit/f20e8b617639607c9bc0f22cf9857505bbbd7384))

## [1.5.0](https://github.com/ankorstore/yokai/compare/config/v1.4.0...config/v1.5.0) (2024-09-25)


Expand Down