File tree Expand file tree Collapse file tree 5 files changed +7
-20
lines changed Expand file tree Collapse file tree 5 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 11---
22kind : pipeline
3- name : linux - arm64 - Julia 1.5
3+ name : linux - arm64 - Julia 1.6
44
55platform :
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-
239steps :
2410- name : build
2511 image : julia:1.6
@@ -28,14 +14,14 @@ steps:
2814
2915---
3016kind : pipeline
31- name : linux - arm64 - Julia 1.6
17+ name : linux - arm64 - Julia 1.7
3218
3319platform :
3420 os : linux
3521 arch : arm64
3622
3723steps :
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)'"
Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 version :
13- - ' 1.5'
1413 - ' 1.6'
14+ - ' 1.7'
1515 - ' nightly'
1616 os :
1717 - ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"]
44license = " MIT"
55name = " Unicode_Entities"
66uuid = " a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
7- version = " 1.1.1 "
7+ version = " 1.2.0 "
88
99[deps ]
1010StrTables = " 9700d1a9-a7c8-5760-9816-a99fda30bb8f"
Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ This builds tables for looking up Unicode entity names and returning the Unicode
3434looking up a character or pair of characters and finding Unicode entity names that return it/them,
3535and 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
You can’t perform that action at this time.
0 commit comments