Skip to content

Commit

Permalink
Set version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jan 27, 2023
1 parent 7d95c8f commit d3c1cc7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,27 @@ per version: [Added, Changed, Fixed, Removed, Security,
-------------


<!--
<br>
## v0.6 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
## v… &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
[unreleased-badge]: https://img.shields.io/badge/Unreleased-orange
[devlink]: https://github.com/tfiers/PkgGraph.jl#development
_{no changes yet}_
-->


<br>

## v0.6 &nbsp;<sub>[![][v0.6-date-badge]][v0.6-release]</sub>

[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)`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PkgGraph"
uuid = "f9c1b9e4-72e8-4a14-ade5-14f45fc35f11"
authors = ["Tomas Fiers <tomas.fiers@gmail.com> and contributors"]
version = "0.6.0-dev"
version = "0.6.0"

[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Expand Down

2 comments on commit d3c1cc7

@tfiers
Copy link
Owner Author

@tfiers tfiers commented on d3c1cc7 Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/76508

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" d3c1cc74b2ef80d063fcef4be1c6a03b58563c51
git push origin v0.6.0

Please sign in to comment.