Skip to content

Commit

Permalink
Set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jan 5, 2023
1 parent 98b10ea commit 13cecad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,28 @@ The version numbers roughly follow <a href="https://semver.org">SemVer</a>



<br>
<!-- <br>
## v0.3 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
## v0.4 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
[unreleased-badge]: https://img.shields.io/badge/Unreleased-orange
[devlink]: https://github.com/tfiers/PkgGraph.jl#development
[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.3 &nbsp;<sub>[![][v03-date-badge]][v03-release]</sub>

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

- Add light & dark mode CSS to generated SVGs
- `PkgGraph.create`:
- Allow passing `open = false` to only create the image, and not automatically
Expand All @@ -46,7 +58,7 @@ Possible categories: [Added, Changed, Fixed, Removed, Security,
- Shorten keyword arguments for excluding JLLs and standard library packages:
- ~~`include_jll`~~`jll`
- ~~`include_stdlib`~~`stdlib`
- New functions `adjacency_matrix` and `as_graphsjl_input`, for even easier Graphs.jl interop.
- New functions `adjacency_matrix` and `as_graphsjl_input`, for easier Graphs.jl interop.



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.3.0-dev"
version = "0.3.0"

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

2 comments on commit 13cecad

@tfiers
Copy link
Owner Author

@tfiers tfiers commented on 13cecad Jan 5, 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/75187

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.3.0 -m "<description of version>" 13cecad589b07e01ed1f7d409170ae03147aa361
git push origin v0.3.0

Please sign in to comment.