Skip to content

Commit

Permalink
set version = 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jan 11, 2023
1 parent 8a9f534 commit 6da7508
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,21 @@ The version numbers roughly follow <a href="https://semver.org">SemVer</a>

<br>

## v0.4 &nbsp;<sub>[![][unreleased-badge]][devlink]</sub>
<!-- ## v0.5 &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)]
-->


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

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

- Remove limitation "package must be installed in active project".
Any package in the General registry (and standard library) can now be
queried from anywhere.
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.4.0-dev"
version = "0.4.0"

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

2 comments on commit 6da7508

@tfiers
Copy link
Owner Author

@tfiers tfiers commented on 6da7508 Jan 11, 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/75529

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.4.0 -m "<description of version>" 6da750815c06aa041a03f85d6ce9ff7f7bef48c5
git push origin v0.4.0

Please sign in to comment.