Skip to content

Commit

Permalink
Update dependencies and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Oct 15, 2024
1 parent 0522fe3 commit ea236bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NEWS

- v0.1.3
- Fix dependencies
- v0.1.2
- Add DOI, fix metadata
- v0.1.1
- Fix license entry in Project.toml for consistency with other uses
- v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "ResearchSoftwareMetadata"
uuid = "58378933-4625-47fa-851e-05ee27d397bd"
license = "BSD-2-Clause"
authors = ["Richard Reeve <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -14,7 +14,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
DataStructures = "0.18"
DataStructures = "0.16,0.17,0.18"
Dates = "1.6"
Git = "1"
HTTP = "1"
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"Linux",
"macOS"
],
"version": "v0.1.2",
"dateModified": "2024-07-20",
"version": "v0.1.3",
"dateModified": "2024-10-15",
"datePublished": "2024-07-18",
"downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.2.tar.gz",
"downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.3.tar.gz",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"author": [
{
Expand Down

2 comments on commit ea236bf

@richardreeve
Copy link
Member Author

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/117353

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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

Please sign in to comment.