From d3c1cc74b2ef80d063fcef4be1c6a03b58563c51 Mon Sep 17 00:00:00 2001 From: Tomas Fiers Date: Fri, 27 Jan 2023 14:31:52 +0000 Subject: [PATCH] Set version to `0.6.0` --- Changelog.md | 16 +++++++++++++++- Project.toml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 738451e..89749da 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,13 +33,27 @@ per version: [Added, Changed, Fixed, Removed, Security, ------------- + + + +
+ +## v0.6  [![][v0.6-date-badge]][v0.6-release] + +[v0.6-date-badge]: https://img.shields.io/badge/Released_on-2023--01--27-blue +[v0.6-release]: https://github.com/tfiers/PkgGraph.jl/releases/tag/v0.6 + + - New keyword argument **`time`**, to measure import times of dependencies, and display them in the graph - Example: `depgraph_web(:MyPkg, time = true)` diff --git a/Project.toml b/Project.toml index 956aa4b..052bc5a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PkgGraph" uuid = "f9c1b9e4-72e8-4a14-ade5-14f45fc35f11" authors = ["Tomas Fiers and contributors"] -version = "0.6.0-dev" +version = "0.6.0" [deps] DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"