Skip to content

Commit

Permalink
Prepare release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Brumann committed Jun 24, 2022
1 parent 38acf7f commit 7e3a0a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.23.0](https://github.com/qossmic/deptrac/tree/0.23.0) (2022-06-24)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.22.1...0.23.0)

**Merged pull requests:**

- Add option to clear cache [\#918](https://github.com/qossmic/deptrac/pull/918) ([patrickkusebauch](https://github.com/patrickkusebauch))
- Resolution of template vars defined at function-like level [\#903](https://github.com/qossmic/deptrac/pull/903) ([patrickkusebauch](https://github.com/patrickkusebauch))
- Make AST map aware of custom function calls [\#902](https://github.com/qossmic/deptrac/pull/902) ([patrickkusebauch](https://github.com/patrickkusebauch))

## [0.22.1](https://github.com/qossmic/deptrac/tree/0.22.1) (2022-06-11)

[Full Changelog](https://github.com/qossmic/deptrac/compare/0.22.0...0.22.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.1/deptrac.phar -o deptrac.phar
curl -LS https://github.com/qossmic/deptrac/releases/download/0.23.0/deptrac.phar -o deptrac.phar

# optional
sudo chmod +x deptrac.phar
Expand Down

0 comments on commit 7e3a0a6

Please sign in to comment.