Skip to content

Commit

Permalink
Set 1.6 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 21, 2023
1 parent fd53acf commit 106b885
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

### 1.6.0
### 2023-10-21

### Unreleased

- Fixed combining event listeners from different SetupGacela objects
- Fixed combining event listeners from different `SetupGacela` objects
- Removed `ConfigNotFoundException`
- Simplify `FactoryResolverAwareTrait`
- Refactor `SetupGacela` and `FactoryResolver`

### 1.5.0
### 2023-07-01
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"static-clear-cache": ["@clear-cache-psalm", "@clear-cache-phpstan"],
"clear-cache-psalm": "XDEBUG_MODE=off vendor/bin/psalm --clear-cache",
"clear-cache-phpstan": "XDEBUG_MODE=off vendor/bin/phpstan clear-result-cache",
"test": ["@test-all"],
"test-all": ["@quality", "@phpunit"],
"quality": ["@csrun", "@psalm", "@phpstan"],
"phpunit": ["@test-unit", "@test-integration", "@test-feature"],
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 106b885

Please sign in to comment.