We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67326c1 commit 60c49f8Copy full SHA for 60c49f8
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## [1.12.0](https://github.com/gacela-project/gacela/compare/1.11.0...1.12.0) - 2025-11-09
4
5
- Renamed `DocBlockResolver` to `ServiceResolver` to better reflect its purpose
6
- Added `ServiceResolverAwareTrait` with caching improvements; will replace `DocBlockResolverAwareTrait`
bin/gacela
@@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;
23
24
Gacela::bootstrap($cwd);
25
26
- $bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.11.0');
+ $bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.12.0');
27
try {
28
$bootstrap->run();
29
} catch (Exception $e) {
0 commit comments