Skip to content

Commit

Permalink
Merge pull request #24 from JuliaString/spj/uni15
Browse files Browse the repository at this point in the history
Update for Unicode v15.1
  • Loading branch information
ScottPJones authored Oct 27, 2023
2 parents bf57351 + 3d80e28 commit 8f9804a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ steps:

---
kind: pipeline
name: linux - arm64 - Julia 1.7
name: linux - arm64 - Julia 1.9

platform:
os: linux
arch: arm64

steps:
- name: build
image: julia:1.7
image: julia:1.9
commands:
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
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.2.0"
version = "1.3.0"

[deps]
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ and finding all of the Unicode name completions for a particular string, if any.

Version 1.1.x is based on Unicode version 13.0.0
Version 1.2.x is based on Unicode version 14.0.0
Version 1.3.x is based on Unicode version 15.1.0
Binary file modified data/unicode.dat
Binary file not shown.

0 comments on commit 8f9804a

Please sign in to comment.