Skip to content

Commit 439b440

Browse files
committed
update officially supported versions in changelog
1 parent 8ce6812 commit 439b440

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.13.0
4+
5+
* Add support for Elixir 1.18. Drop support for Elixir 1.15. Elixir >= 1.16 is now required. Dropping support for older versions of Elixir simply means that this package is no longer tested with them in CI, and that compatibility issues are not considered bugs.
6+
* Drop support for Erlang/OTP 24, and Erlang/OTP >= 25 is now required. Dropping support for older versions of Erlang/OTP simply means that this package is not tested with them in CI, and that no compatibility issues are considered bugs.
7+
38
## v1.12.0
49

510
* Add support for Elixir 1.17 and 1.16. Drop support for Elixir 1.13 and 1.14. Elixir >= 1.15 is now required. Dropping support for older versions of Elixir simply means that this package is no longer tested with them in CI, and that compatibility issues are not considered bugs.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule FunWithFlags.Mixfile do
88
[
99
app: :fun_with_flags,
1010
version: @version,
11-
elixir: "~> 1.15",
11+
elixir: "~> 1.16",
1212
elixirc_paths: elixirc_paths(Mix.env),
1313
build_embedded: Mix.env == :prod,
1414
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)