From c7b98e73ebfe70b802cd04b20ced4df5f6bcedcf Mon Sep 17 00:00:00 2001 From: Tomas Fiers Date: Sat, 14 Jan 2023 10:28:33 +0100 Subject: [PATCH] set version `0.5.0` --- Changelog.md | 31 ++++++++++++++++++++++++------- Project.toml | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index f401979..d29b47b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,16 +24,32 @@ The version numbers roughly follow SemVer With thanks to [Keep a Changelog](https://keepachangelog.com) for the format and inspiration. + + ------------- -## v0.5  [![][unreleased-badge]][devlink] + +
+ + + +_{no changes yet}_ --> + + +
+ +## v0.5  [![][v0.5-date-badge]][v0.5-release] + +[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` @@ -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).
diff --git a/Project.toml b/Project.toml index 9da3424..48a2a95 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.5.0-dev" +version = "0.5.0" [deps] DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"