Skip to content

Commit

Permalink
Merge pull request #4 from Suavesito-Olimpiada/compathelper/new_versi…
Browse files Browse the repository at this point in the history
…on/2021-10-20-00-17-23-090-01053879608

CompatHelper: add new compat entry for FilePathsBase at version 0.9, (keep existing compat)
  • Loading branch information
Suavesito-Olimpiada authored Oct 21, 2021
2 parents 4228ea7 + 74e549b commit 5572adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name = "NativeFileDialog"
uuid = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
authors = ["José Joaquín Zubieta Rico <[email protected]> and contributors"]
version = "0.1.0"
version = "0.2.0"

[deps]
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
NativeFileDialog_jll = "94d9ae2c-efc7-56f8-9a02-54c47b797961"

[compat]
FilePathsBase = "0.9"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 5572adf

@Suavesito-Olimpiada
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 register()

@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/47147

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.2.0 -m "<description of version>" 5572adf54daaecabad7830fe70578cf8a696927a
git push origin v0.2.0

Also, note the warning: This looks like a new registration that registers version 0.2.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.