Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 18, 2021
1 parent ccb2b27 commit 4502ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Changelog for Cldr_Calendars_Ethiopic v0.3.0

This is the changelog for ex_cldr_calendars_coptic v0.3.0 released on March 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags)
This is the changelog for ex_cldr_calendars_ethiopic v0.3.0 released on March 18th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags)

### Bug Fixes

* Require Elixir 1.10 or later

* Update `Cldr.Calendar.Ethiopic.day_of_week/3` to be `Cldr.Calendar.Ethiopic.day_of_week/4` as required by Elixir 1.10.

# Changelog for Cldr_Calendars_Ethiopic v0.2.0

This is the changelog for ex_cldr_calendars_coptic v0.2.0 released on July 3rd, 2020 For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags)
This is the changelog for ex_cldr_calendars_ethiopic v0.2.0 released on July 3rd, 2020 For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars_ethiopic/tags)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Cldr.Calendars.Ethiopic.MixProject do
[
app: :ex_cldr_calendars_ethiopic,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
source_url: "https://github.com/elixir-cldr/cldr_calendars_ethiopic",
Expand Down

0 comments on commit 4502ae6

Please sign in to comment.