Skip to content

Commit ac93def

Browse files
committed
Update to unicode 14
1 parent 9c37e45 commit ac93def

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unicode Guards v1.0.0
4+
5+
This is the changelog for Unicode Guards v1.0.0 released on September 14th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags)
6+
7+
### Enhancments
8+
9+
* Update to use [Unicode 14](https://unicode.org/versions/Unicode14.0.0) release data.
10+
311
## Unicode Guards v0.5.1
412

513
This is the changelog for Unicode Guards v0.5.1 released on May 25th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags)

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Unicode.Guards.MixProject do
22
use Mix.Project
33

4-
@version "0.5.1"
4+
@version "1.0.0"
55

66
def project do
77
[
@@ -52,7 +52,7 @@ defmodule Unicode.Guards.MixProject do
5252

5353
defp deps do
5454
[
55-
{:unicode_set, "~> 0.11"},
55+
{:unicode_set, "~> 0.5 or ~> 1.0"},
5656
{:nimble_parsec, "~> 0.5 or ~> 1.0", runtime: false},
5757
{:benchee, "~> 1.0", only: :dev, runtime: false, optional: true},
5858
{:ex_doc, "~> 0.19", only: [:dev, :release], optional: true, runtime: false}

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"earmark": {:hex, :earmark, "1.4.3", "364ca2e9710f6bff494117dbbd53880d84bebb692dafc3a78eb50aa3183f2bfd", [:mix], [], "hexpm", "8cf8a291ebf1c7b9539e3cddb19e9cef066c2441b1640f13c34c1d3cfc825fec"},
55
"earmark_parser": {:hex, :earmark_parser, "1.4.13", "0c98163e7d04a15feb62000e1a891489feb29f3d10cb57d4f845c405852bbef8", [:mix], [], "hexpm", "d602c26af3a0af43d2f2645613f65841657ad6efc9f0e361c3b6c06b578214ba"},
66
"ex_doc": {:hex, :ex_doc, "0.24.2", "e4c26603830c1a2286dae45f4412a4d1980e1e89dc779fcd0181ed1d5a05c8d9", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "e134e1d9e821b8d9e4244687fb2ace58d479b67b282de5158333b0d57c6fb7da"},
7-
"ex_unicode": {:hex, :ex_unicode, "1.11.2", "33eaae893724cd2e5e8cbd7e98cfa6f66a56d25be4b0676c5ab92fc91bc6c0a1", [:mix], [], "hexpm", "bb746449c8c0db135f7cf4394cbf9e4a10ebc12837b9370459823858d42bb0c7"},
7+
"ex_unicode": {:hex, :ex_unicode, "1.12.0-rc.0", "097aae788dd799b1549e7517052cdd18cd69ce6bafe84505dde479da1988ebc4", [:mix], [], "hexpm", "ba18e47512690fc21f6d722ff43d2b0b05a64e28187fb2bafdec518261dfa5f2"},
88
"makeup": {:hex, :makeup, "1.0.5", "d5a830bc42c9800ce07dd97fa94669dfb93d3bf5fcf6ea7a0c67b2e0e4a7f26c", [:mix], [{:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cfa158c02d3f5c0c665d0af11512fed3fba0144cf1aadee0f2ce17747fba2ca9"},
99
"makeup_elixir": {:hex, :makeup_elixir, "0.15.1", "b5888c880d17d1cc3e598f05cdb5b5a91b7b17ac4eaf5f297cb697663a1094dd", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "db68c173234b07ab2a07f645a5acdc117b9f99d69ebf521821d89690ae6c6ec8"},
1010
"makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"},

0 commit comments

Comments
 (0)