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 1
1
---
2
2
kind : pipeline
3
- name : linux - arm64 - Julia 1.5
3
+ name : linux - arm64 - Julia 1.6
4
4
5
5
platform :
6
6
os : linux
7
7
arch : arm64
8
8
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
-
23
9
steps :
24
10
- name : build
25
11
image : julia:1.6
@@ -28,14 +14,14 @@ steps:
28
14
29
15
---
30
16
kind : pipeline
31
- name : linux - arm64 - Julia 1.6
17
+ name : linux - arm64 - Julia 1.7
32
18
33
19
platform :
34
20
os : linux
35
21
arch : arm64
36
22
37
23
steps :
38
24
- name : build
39
- image : julia:1.6
25
+ image : julia:1.7
40
26
commands :
41
27
- " 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 10
10
fail-fast : false
11
11
matrix :
12
12
version :
13
- - ' 1.5'
14
13
- ' 1.6'
14
+ - ' 1.7'
15
15
- ' nightly'
16
16
os :
17
17
- ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"]
4
4
license = " MIT"
5
5
name = " Unicode_Entities"
6
6
uuid = " a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
7
- version = " 1.1.1 "
7
+ version = " 1.2.0 "
8
8
9
9
[deps ]
10
10
StrTables = " 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
34
34
looking up a character or pair of characters and finding Unicode entity names that return it/them,
35
35
and finding all of the Unicode name completions for a particular string, if any.
36
36
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