Skip to content

Commit

Permalink
Add version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-hempel committed Sep 16, 2023
1 parent 6313ec5 commit 0cfbf1a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Releases

### [0.1.3] - 2023-09-16

* Composer update
* composer/semver (3.3.2 => 3.4.0)
* doctrine/instantiator (1.4.1 => 2.0.0)
* friendsofphp/php-cs-fixer (v3.13.1 => v3.26.1)
* ixnode/bash-version-manager (0.1.3 => 0.1.8)
* ixnode/php-checker (0.1.3 => 0.1.9)
* ixnode/php-container (0.1.2 => 0.1.10)
* ixnode/php-exception (0.1.11 => 0.1.21)
* myclabs/deep-copy (1.11.0 => 1.11.1)
* nikic/php-parser (v4.15.2 => v4.17.1)
* pdepend/pdepend (2.12.1 => 2.14.0)
* phpstan/phpstan (1.9.4 => 1.10.34)
* phpunit/php-code-coverage (9.2.21 => 9.2.28)
* phpunit/phpunit (9.5.27 => 9.6.12)
* povils/phpmnd (v3.0.1 => v3.2.0)
* rector/rector (0.15.1 => 0.15.25)
* sebastian/diff (4.0.4 => 4.0.5)
* sebastian/environment (5.1.4 => 5.1.5)
* sebastian/global-state (5.0.5 => 5.0.6)
* sebastian/recursion-context (4.0.4 => 4.0.5)
* sebastian/type (3.2.0 => 3.2.1)
* symfony/config (v6.2.0 => v6.3.2)
* symfony/console (v6.2.2 => v6.3.4)
* symfony/dependency-injection (v6.2.2 => v6.3.4)
* symfony/deprecation-contracts (v3.2.0 => v3.3.0)
* symfony/event-dispatcher (v6.2.2 => v6.3.2)
* symfony/event-dispatcher-contracts (v3.2.0 => v3.3.0)
* symfony/filesystem (v6.2.0 => v6.3.1)
* symfony/finder (v6.2.0 => v6.3.3)
* symfony/options-resolver (v6.2.0 => v6.3.0)
* symfony/polyfill-ctype (v1.27.0 => v1.28.0)
* symfony/polyfill-intl-grapheme (v1.27.0 => v1.28.0)
* symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
* symfony/polyfill-mbstring (v1.27.0 => v1.28.0)
* symfony/polyfill-php80 (v1.27.0 => v1.28.0)
* symfony/polyfill-php81 (v1.27.0 => v1.28.0)
* symfony/process (v6.2.0 => v6.3.4)
* symfony/service-contracts (v3.2.0 => v3.3.0)
* symfony/stopwatch (v6.2.0 => v6.3.0)
* symfony/string (v6.2.2 => v6.3.2)
* symfony/var-exporter (v6.2.2 => v6.3.4)
* Add more output to ValidatorDebugger
* Add last errors to Validator

### [0.1.2] - 2022-12-31

* Fix root directory to data path
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit 0cfbf1a

Please sign in to comment.