Skip to content

Commit 60c49f8

Browse files
committed
release: 1.12.0
1 parent 67326c1 commit 60c49f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [1.12.0](https://github.com/gacela-project/gacela/compare/1.11.0...1.12.0) - 2025-11-09
44

55
- Renamed `DocBlockResolver` to `ServiceResolver` to better reflect its purpose
66
- Added `ServiceResolverAwareTrait` with caching improvements; will replace `DocBlockResolverAwareTrait`

bin/gacela

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;
2323

2424
Gacela::bootstrap($cwd);
2525

26-
$bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.11.0');
26+
$bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.12.0');
2727
try {
2828
$bootstrap->run();
2929
} catch (Exception $e) {

0 commit comments

Comments
 (0)