Skip to content

Commit bf57351

Browse files
authored
Merge pull request #23 from JuliaString/spj/uni14
Update for Unicode 14.0
2 parents d01fb48 + 76b6062 commit bf57351

File tree

5 files changed

+7
-20
lines changed

5 files changed

+7
-20
lines changed

.drone.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
---
22
kind: pipeline
3-
name: linux - arm64 - Julia 1.5
3+
name: linux - arm64 - Julia 1.6
44

55
platform:
66
os: linux
77
arch: arm64
88

9-
steps:
10-
- name: build
11-
image: julia:1.5
12-
commands:
13-
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
14-
15-
---
16-
kind: pipeline
17-
name: linux - arm - Julia 1.6
18-
19-
platform:
20-
os: linux
21-
arch: arm
22-
239
steps:
2410
- name: build
2511
image: julia:1.6
@@ -28,14 +14,14 @@ steps:
2814

2915
---
3016
kind: pipeline
31-
name: linux - arm64 - Julia 1.6
17+
name: linux - arm64 - Julia 1.7
3218

3319
platform:
3420
os: linux
3521
arch: arm64
3622

3723
steps:
3824
- name: build
39-
image: julia:1.6
25+
image: julia:1.7
4026
commands:
4127
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.5'
1413
- '1.6'
14+
- '1.7'
1515
- 'nightly'
1616
os:
1717
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"]
44
license = "MIT"
55
name = "Unicode_Entities"
66
uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
7-
version = "1.1.1"
7+
version = "1.2.0"
88

99
[deps]
1010
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ This builds tables for looking up Unicode entity names and returning the Unicode
3434
looking up a character or pair of characters and finding Unicode entity names that return it/them,
3535
and finding all of the Unicode name completions for a particular string, if any.
3636

37-
Version 1.1.x has is based on Unicode version 13.0.0
37+
Version 1.1.x is based on Unicode version 13.0.0
38+
Version 1.2.x is based on Unicode version 14.0.0

data/unicode.dat

14.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)