Skip to content

Commit

Permalink
Remove REQUIRE, add [compat] to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 19, 2019
1 parent 9df921d commit eb0f9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["Packages", "API", "Modules"]
license = "MIT"
desc = "Macro to help manage module and package APIs"
authors = ["ScottPJones <[email protected]>"]
version = "0.2.1"
version = "1.0.0"

[deps]

Expand All @@ -14,3 +14,6 @@ InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"

[targets]
test = ["Test", "InternedStrings"]

[compat]
julia = "^1.0.0"
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

4 comments on commit eb0f9f0

@ScottPJones
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/140

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v1.0.0 -m "<description of version>" eb0f9f0a03c6d04c6f47e6dc2412c91716079d10
git push origin v1.0.0

@ScottPJones
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 updated: JuliaRegistries/General/140

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v1.0.0 -m "<description of version>" eb0f9f0a03c6d04c6f47e6dc2412c91716079d10
git push origin v1.0.0

Please sign in to comment.