Skip to content

Commit

Permalink
Merge pull request #37 from Ayushk4/compat_entries
Browse files Browse the repository at this point in the history
Add Compat entries in Project.toml
  • Loading branch information
Ayushk4 authored Jan 4, 2020
2 parents 29d53c8 + caf6cbf commit 18038fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

[compat]
julia = "1"
LightXML = "0.8"
DataDeps = "0.7"
Glob = "1.2"
InternedStrings = "0.7"
StringEncodings = "0.3"
WordTokenizers = "0.5"
MultiResolutionIterators = "0.5"
CSV = "0.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

4 comments on commit 18038fa

@DilumAluthge
Copy link

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.

Error while trying to register: Register Failed
@DilumAluthge, it looks like you are not a publicly listed member/owner in the parent organization (JuliaText).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@Ayushk4
Copy link
Member Author

@Ayushk4 Ayushk4 commented on 18038fa Jan 4, 2020

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 18038fad9c0ba2ba478a6618607ab4d8672dd655
git push origin v0.3.1

Please sign in to comment.