Skip to content

Commit 6d62f37

Browse files
author
Vanessa K Lee
committed
bump ex_unicode dep version to 1.12
bump project version to 1.1.8
1 parent b2795d7 commit 6d62f37

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Akin v1.1.8
4+
5+
This is the changelog for Akin v1.1.8 released on November 9th, 2021.
6+
7+
### Enhancements
8+
9+
* bump :ex_unicode dep from {:ex_unicode, "~> 1.0"} to {:ex_unicode, "~> 1.12"}

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule Akin.Mixfile do
3333
{:earmark, "~> 1.3", only: :dev},
3434
{:excoveralls, "~> 0.10", only: :test},
3535
{:ex_doc, "~> 0.19", only: :dev},
36-
{:ex_unicode, "~> 1.0"},
36+
{:ex_unicode, "~> 1.12"},
3737
{:html_entities, "~> 0.5"},
3838
{:nimble_csv, "~> 1.1"},
3939
{:stemmer, "~> 1.0"},

0 commit comments

Comments
 (0)