Skip to content

Commit

Permalink
set version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jan 14, 2023
1 parent 18013a7 commit c7b98e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
31 changes: 24 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,32 @@ The version numbers roughly follow <a href="https://semver.org">SemVer</a>

<sub>With thanks to [Keep a Changelog](https://keepachangelog.com) for the format and inspiration.</sub>

<!--
Keep a Changelog recommends these categories for organizing changes
per version: [Added, Changed, Fixed, Removed, Security,
Deprecated (for soon-to-be removed features)]
-->

-------------

## v0.5 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>

<br>

<!-- ## v0.6 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
[unreleased-badge]: https://img.shields.io/badge/Unreleased-orange
[devlink]: https://github.com/tfiers/PkgGraph.jl#development
<!--
Possible categories: [Added, Changed, Fixed, Removed, Security,
Deprecated (for soon-to-be removed features)]
-->
_{no changes yet}_ -->


<br>

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

[v0.5-date-badge]: https://img.shields.io/badge/Released_on-2023--01--14-blue
[v0.5-release]: https://github.com/tfiers/PkgGraph.jl/releases/tag/v0.5

- Rename and export the end-user API functions:
- `PkgGraph.open``depgraph_web`
- `PkgGraph.create``depgraph_image`
Expand All @@ -49,8 +65,9 @@ Possible categories: [Added, Changed, Fixed, Removed, Security,
- Default background colour is still `:transparent` for `fmt=:svg`
- `Internals` module removed and split up into different submodules
(`DotString`, `DepGraph`, …)
- `Options` struct removed (no duplication; refer to `depgraph` and
`to_dot_str`'s keyword arguments directly).
- `Options` struct removed (→ no more duplication of documentation for
kwargs; we now refer to `depgraph` and `to_dot_str`'s docstrings
directly).


<br>
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.5.0-dev"
version = "0.5.0"

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

2 comments on commit c7b98e7

@tfiers
Copy link
Owner Author

@tfiers tfiers commented on c7b98e7 Jan 14, 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/75675

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.5.0 -m "<description of version>" c7b98e73ebfe70b802cd04b20ced4df5f6bcedcf
git push origin v0.5.0

Please sign in to comment.