Skip to content

Commit 317222f

Browse files
committed
Update required Elixir version
1 parent 597219f commit 317222f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Deprecate `:components` option for `:unsafely_name_processes_for_observer`
66
* Deprecate `:links` option for `:unsafely_name_processes_for_observer` in favour of `:report_links_to_observer` configuration entry
77
* [Set label](https://hexdocs.pm/elixir/Process.html#set_label/1) for all the Membrane processes (i.e. for both Membrane components like pipelines, elements and bins and for utility components like subprocess supervisors)
8+
* Update required Elixir version to `~> 1.17`
89

910
## 1.2.6
1011
* Add tutorials [#1007](https://github.com/membraneframework/membrane_core/pull/1007), plugins [#1012](https://github.com/membraneframework/membrane_core/pull/1012) and demos [#1013](https://github.com/membraneframework/membrane_core/pull/1013) to the docs.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Membrane.Mixfile do
99
[
1010
app: :membrane_core,
1111
version: @version,
12-
elixir: "~> 1.12",
12+
elixir: "~> 1.17",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
description: "Membrane Multimedia Framework (Core)",
1515
dialyzer: dialyzer(),

0 commit comments

Comments
 (0)