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 23, 2019
1 parent fe1ea54 commit 5636073
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["Strings", "Characters", "Encodings"]
license = "MIT"
desc = "Basic API for string encodings, character sets, etc."
authors = ["ScottPJones <[email protected]>"]
version = "0.2.0"
version = "1.0.0"

[deps]
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Expand All @@ -16,3 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "^1.0.0"
ModuleInterfaceTools = "≥ 1.0.0"
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1
- julia_version: latest

platform:
Expand Down

4 comments on commit 5636073

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

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>" 563607370293b6d7780c18e4c16088e017f9611d
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/212

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>" 563607370293b6d7780c18e4c16088e017f9611d
git push origin v1.0.0

Please sign in to comment.