Skip to content

Commit

Permalink
Merge pull request #20 from JuliaString/spj/update
Browse files Browse the repository at this point in the history
Update Unicode data
  • Loading branch information
ScottPJones authored Nov 5, 2020
2 parents b3b4fdb + f791b68 commit c758ab8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"]
license = "MIT"
name = "Unicode_Entities"
uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
version = "1.0.1"
version = "1.1.0"

[deps]
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ Unicode_Entities.jl
This builds tables for looking up Unicode entity names and returning the Unicode character(s),
looking up a character or pair of characters and finding Unicode entity names that return it/them,
and finding all of the Unicode name completions for a particular string, if any.

Version 1.1.x has is based on Unicode version 13.0.0
9 changes: 0 additions & 9 deletions data/README.md

This file was deleted.

Binary file modified data/unicode.dat
Binary file not shown.

2 comments on commit c758ab8

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

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

Please sign in to comment.