diff --git a/.drone.yml b/.drone.yml index 7fc521a..ae44c13 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,25 +1,11 @@ --- kind: pipeline -name: linux - arm64 - Julia 1.5 +name: linux - arm64 - Julia 1.6 platform: os: linux arch: arm64 -steps: -- name: build - image: julia:1.5 - commands: - - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" - ---- -kind: pipeline -name: linux - arm - Julia 1.6 - -platform: - os: linux - arch: arm - steps: - name: build image: julia:1.6 @@ -28,7 +14,7 @@ steps: --- kind: pipeline -name: linux - arm64 - Julia 1.6 +name: linux - arm64 - Julia 1.7 platform: os: linux @@ -36,6 +22,6 @@ platform: steps: - name: build - image: julia:1.6 + image: julia:1.7 commands: - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36c5c31..9cf8fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: fail-fast: false matrix: version: - - '1.5' - '1.6' + - '1.7' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index cae578c..763d9c0 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"] license = "MIT" name = "Unicode_Entities" uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7" -version = "1.1.1" +version = "1.2.0" [deps] StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" diff --git a/README.md b/README.md index 4f30798..f6e05a5 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,5 @@ This builds tables for looking up Unicode entity names and returning the Unicode looking up a character or pair of characters and finding Unicode entity names that return it/them, and finding all of the Unicode name completions for a particular string, if any. -Version 1.1.x has is based on Unicode version 13.0.0 +Version 1.1.x is based on Unicode version 13.0.0 +Version 1.2.x is based on Unicode version 14.0.0 diff --git a/data/unicode.dat b/data/unicode.dat index 97d8901..6423898 100644 Binary files a/data/unicode.dat and b/data/unicode.dat differ