Skip to content

Commit

Permalink
Add compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Jun 4, 2023
1 parent 0794556 commit c759576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NewlineLexers = "f391c746-b838-4748-bbb5-9885c75b726e"
SentinelArrays = "91c51154-3ec4-41a3-a24f-3f23e20d615c"

[compat]
CodecZlibNG = "0.1"
NewlineLexers = "0.1"
SentinelArrays = "1.4"
julia = "1.6"

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

Expand Down

2 comments on commit c759576

@Drvi
Copy link
Collaborator Author

@Drvi Drvi commented on c759576 Jun 4, 2023

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

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.0 -m "<description of version>" c7595769320c00e2ab9b5f9b0c4ff72dfaaf0dde
git push origin v0.1.0

Please sign in to comment.