Skip to content

Commit

Permalink
Prepare release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Brumann committed Nov 1, 2021
1 parent 79d5c3f commit 0914fb9
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3 deletions.
54 changes: 53 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
# Changelog

## [0.15.0](https://github.com/qossmic/deptrac/tree/0.15.0)
## [0.16.0](https://github.com/qossmic/deptrac/tree/0.16.0) (2021-11-01)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.15.2...0.16.0)

**Closed issues:**

- Wrong count of dependencies with analyser.types usage [\#707](https://github.com/qossmic/deptrac/issues/707)
- Define dependency in the code, not in a dep file [\#703](https://github.com/qossmic/deptrac/issues/703)
- Improve DebugCommands [\#689](https://github.com/qossmic/deptrac/issues/689)
- windows vs. linux baseline [\#675](https://github.com/qossmic/deptrac/issues/675)
- PHAR signature could not be verified [\#674](https://github.com/qossmic/deptrac/issues/674)
- DirectoryCollector: OS agnostic patterns [\#635](https://github.com/qossmic/deptrac/issues/635)
- How to automate configuration while working with bounded contexts [\#631](https://github.com/qossmic/deptrac/issues/631)
- support `@internal` class annotations [\#538](https://github.com/qossmic/deptrac/issues/538)

**Merged pull requests:**

- Option `--graphviz-dump-image` creates directory [\#714](https://github.com/qossmic/deptrac/pull/714) ([dbrumann](https://github.com/dbrumann))
- Update multiple dependencies. [\#713](https://github.com/qossmic/deptrac/pull/713) ([dbrumann](https://github.com/dbrumann))
- Bump symfony/config from 5.3.4 to 5.3.10 [\#712](https://github.com/qossmic/deptrac/pull/712) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump symfony/dependency-injection from 5.3.7 to 5.3.10 [\#711](https://github.com/qossmic/deptrac/pull/711) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump symfony/console from 5.3.7 to 5.3.10 [\#710](https://github.com/qossmic/deptrac/pull/710) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix issue \#707 [\#709](https://github.com/qossmic/deptrac/pull/709) ([patrickkusebauch](https://github.com/patrickkusebauch))
- Bump phpdocumentor/type-resolver from 1.4.0 to 1.5.1 [\#702](https://github.com/qossmic/deptrac/pull/702) ([dependabot[bot]](https://github.com/apps/dependabot))
- use consistent directory-separator in baseline [\#700](https://github.com/qossmic/deptrac/pull/700) ([staabm](https://github.com/staabm))
- Refactor exceptions [\#699](https://github.com/qossmic/deptrac/pull/699) ([dbrumann](https://github.com/dbrumann))
- DirectoryCollector: Support OS agnostic paths [\#698](https://github.com/qossmic/deptrac/pull/698) ([staabm](https://github.com/staabm))
- Update deps [\#692](https://github.com/qossmic/deptrac/pull/692) ([dbrumann](https://github.com/dbrumann))
- Move getDefaultFile to trait [\#690](https://github.com/qossmic/deptrac/pull/690) ([gennadigennadigennadi](https://github.com/gennadigennadigennadi))
- Upgrade PHPUnit [\#688](https://github.com/qossmic/deptrac/pull/688) ([dbrumann](https://github.com/dbrumann))
- Upgrade php-cs-fixer [\#687](https://github.com/qossmic/deptrac/pull/687) ([dbrumann](https://github.com/dbrumann))
- Allow PHP 8.1 to fail builds. [\#683](https://github.com/qossmic/deptrac/pull/683) ([dbrumann](https://github.com/dbrumann))
- feat: support php 8.1 [\#681](https://github.com/qossmic/deptrac/pull/681) ([shouze](https://github.com/shouze))

## [0.15.2](https://github.com/qossmic/deptrac/tree/0.15.2) (2021-08-25)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.15.1...0.15.2)

**Merged pull requests:**

- docs: added analyser.types example [\#673](https://github.com/qossmic/deptrac/pull/673) ([staabm](https://github.com/staabm))
- Add superglobal collector to services.php [\#672](https://github.com/qossmic/deptrac/pull/672) ([patrickkusebauch](https://github.com/patrickkusebauch))

## [0.15.1](https://github.com/qossmic/deptrac/tree/0.15.1) (2021-08-24)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.15.0...0.15.1)

**Closed issues:**

- unknown collector type "superglobal" [\#671](https://github.com/qossmic/deptrac/issues/671)

## [0.15.0](https://github.com/qossmic/deptrac/tree/0.15.0) (2021-08-20)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.14.1...0.15.0)

Expand All @@ -23,6 +74,7 @@
- Internal - Refactor AstRunner to support parsing more than classes [\#582](https://github.com/qossmic/deptrac/issues/582)
- Fix naming inconsistencies analyze vs. analyse [\#575](https://github.com/qossmic/deptrac/issues/575)
- Scan scripts without classes [\#331](https://github.com/qossmic/deptrac/issues/331)
- DirectoryCollector: OS agnostic patterns [\#635](https://github.com/qossmic/deptrac/issues/635)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ infection: tools-install composer-install
$(INFECTION_BIN) --threads=$(shell nproc || sysctl -n hw.ncpu || 1) --test-framework-options='--testsuite=Tests' --only-covered --min-msi=82

gpg:
gpg --detach-sign --armor --default-key ED42E9154E81A416E7FBA19F4F2AB4D11A9A65F7 --output deptrac.phar.asc deptrac.phar
gpg --detach-sign --armor --default-key 41DDE07547459FAECFA17813B8F640134AB1782E --output deptrac.phar.asc deptrac.phar
gpg --verify deptrac.phar.asc deptrac.phar

generate-changelog:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Feel free to add Deptrac to your PATH (i.e. `/usr/local/bin/deptrac`) to make it
globally available.

```bash
curl -LS https://github.com/qossmic/deptrac/releases/download/0.15.0/deptrac.phar -o deptrac.phar
curl -LS https://github.com/qossmic/deptrac/releases/download/0.16.0/deptrac.phar -o deptrac.phar

# optional
sudo chmod +x deptrac.phar
Expand Down

0 comments on commit 0914fb9

Please sign in to comment.