Skip to content

Commit

Permalink
Merge pull request #5 from JuliaString/spj/fixcategory
Browse files Browse the repository at this point in the history
Remove obsolete pre-v1.0 code
  • Loading branch information
ScottPJones authored May 23, 2020
2 parents a481664 + 21760c3 commit b5ff77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChrBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using ModuleInterfaceTools

@api develop get_utf8_2, get_utf8_3, get_utf8_4, get_utf8_16, get_utf8_32, get_utf16, get_utf16_32,
is_valid_continuation, is_surrogate_lead, is_surrogate_trail, is_surrogate_codeunit,
LatinChars, ByteChars, WideChars, AbsChar, bytoff, chroff, chrdiff, utf_trail,
LatinChars, ByteChars, WideChars, bytoff, chroff, chrdiff, utf_trail,
codepoint_cse, codepoint_rng, codepoint_adj, utf8proc_error,
write_utf8, write_utf16, _write_utf8_2, _write_utf8_3, _write_utf8_4, _write_ucs2,
_lowercase_l, _uppercase_l,
Expand Down

2 comments on commit b5ff77b

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

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 v1.0.1 -m "<description of version>" b5ff77b63faf32cbf0bcc8e39d780a9cae1b6aa0
git push origin v1.0.1

Please sign in to comment.