Skip to content

Commit

Permalink
Add ex_cldr_territories as an optional dependency. Closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Aug 10, 2023
1 parent 3cc3462 commit 7d7d250
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Cldr_HTML v1.5.2

This is the changelog for Cldr HTML v1.5.2 released on August 11th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_html/tags)

### Bug Fixes

* Add `ex_cldr_territories` as optional dependency - as it should always have been. Thanks to @cw789 for the report and great patience. Closes #17. Again.

## Cldr_HTML v1.5.1

This is the changelog for Cldr HTML v1.5.1 released on August 10th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_html/tags)
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Html.MixProject do
use Mix.Project

@version "1.5.1"
@version "1.5.2"

def project do
[
Expand Down Expand Up @@ -77,6 +77,7 @@ defmodule Cldr.Html.MixProject do
defp deps do
[
{:ex_cldr_currencies, "~> 2.15", optional: true},
{:ex_cldr_territories, "~> 2.8", optional: true},
{:ex_cldr_units, "~> 3.16", optional: true},
{:ex_cldr_locale_display, "~> 1.4", optional: true},
{:ex_cldr_collation, "~> 0.5", optional: true},
Expand Down

0 comments on commit 7d7d250

Please sign in to comment.