From 07bc3f50449b751245d4f83c683de5250be15d60 Mon Sep 17 00:00:00 2001 From: Denis Brumann Date: Thu, 27 Jan 2022 07:32:10 +0100 Subject: [PATCH] Prepare release 0.19.3 --- CHANGELOG.md | 8 ++++++++ docs/index.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28902e9db..13c40b32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.19.3](https://github.com/qossmic/deptrac/tree/0.19.3) (2022-01-27) + +[Full Changelog](https://github.com/qossmic/deptrac/compare/0.19.2...0.19.3) + +**Merged pull requests:** + +- Fix debug commands when using new config-file option [\#805](https://github.com/qossmic/deptrac/pull/805) ([dbrumann](https://github.com/dbrumann)) + ## [0.19.2](https://github.com/qossmic/deptrac/tree/0.19.2) (2022-01-23) [Full Changelog](https://github.com/qossmic/deptrac/compare/0.19.1...0.19.2) diff --git a/docs/index.md b/docs/index.md index 573ab71fa..6728e6e5c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,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.19.2/deptrac.phar -o deptrac.phar +curl -LS https://github.com/qossmic/deptrac/releases/download/0.19.3/deptrac.phar -o deptrac.phar # optional sudo chmod +x deptrac.phar