Skip to content

Commit 8f9804a

Browse files
authored
Merge pull request #24 from JuliaString/spj/uni15
Update for Unicode v15.1
2 parents bf57351 + 3d80e28 commit 8f9804a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ steps:
1414

1515
---
1616
kind: pipeline
17-
name: linux - arm64 - Julia 1.7
17+
name: linux - arm64 - Julia 1.9
1818

1919
platform:
2020
os: linux
2121
arch: arm64
2222

2323
steps:
2424
- name: build
25-
image: julia:1.7
25+
image: julia:1.9
2626
commands:
2727
- "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
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14-
- '1.7'
14+
- '1.9'
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.2.0"
7+
version = "1.3.0"
88

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ and finding all of the Unicode name completions for a particular string, if any.
3636

3737
Version 1.1.x is based on Unicode version 13.0.0
3838
Version 1.2.x is based on Unicode version 14.0.0
39+
Version 1.3.x is based on Unicode version 15.1.0

data/unicode.dat

4.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)