File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.2.0
3
+ ## 1.2.0-rc0
4
4
* Add ` :max_instances ` option for dynamic pads. [ #876 ] ( https://github.com/membraneframework/membrane_core/pull/876 )
5
5
* Implement ` Membrane.Connector ` . [ #904 ] ( https://github.com/membraneframework/membrane_core/pull/904 )
6
6
* 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
92
92
``` elixir
93
93
{:membrane_core , " ~> 1.1" }
94
94
```
95
+ or to get the newest release candidate
96
+ ``` elixir
97
+ {:membrane_core , " 1.2.0-rc0" }
98
+ ```
95
99
96
100
** Standalone libraries**
97
101
Original file line number Diff line number Diff line change 1
1
defmodule Membrane.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "1.1.2 "
4
+ @ version "1.2.0-rc0 "
5
5
@ source_ref "v#{ @ version } "
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments