Skip to content

Commit 4367eef

Browse files
authored
Bump version to v1.2.0-rc0 (#940)
1 parent 7089f8a commit 4367eef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

README.md

+4
Original file line numberDiff line numberDiff 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

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)