File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.2.0
3+ ## 1.2.0-rc0
44 * Add ` :max_instances ` option for dynamic pads. [ #876 ] ( https://github.com/membraneframework/membrane_core/pull/876 )
55 * Implement ` Membrane.Connector ` . [ #904 ] ( https://github.com/membraneframework/membrane_core/pull/904 )
66 * Implememnt diamonds detection. [ #909 ] ( https://github.com/membraneframework/membrane_core/pull/909 )
Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ The API for creating pipelines (and custom elements too) is provided by [membran
9292``` elixir
9393{:membrane_core , " ~> 1.1" }
9494```
95+ or to get the newest release candidate
96+ ``` elixir
97+ {:membrane_core , " 1.2.0-rc0" }
98+ ```
9599
96100** Standalone libraries**
97101
Original file line number Diff line number Diff line change 11defmodule Membrane.Mixfile do
22 use Mix.Project
33
4- @ version "1.1.2 "
4+ @ version "1.2.0-rc0 "
55 @ source_ref "v#{ @ version } "
66
77 def project do
You can’t perform that action at this time.
0 commit comments