Skip to content

Commit b9fbda2

Browse files
authored
Merge pull request #1129 from membraneframework/release-v1.3.0
Bump version to 1.3.0
2 parents 87f95b7 + 048cc65 commit b9fbda2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Latest
3+
## 1.3.0
44
* Make errors more descriptive [#1102](https://github.com/membraneframework/membrane_core/pull/1102)
55
* Add `:broadcast` action for sending data to all output pads of an element
66
* Deprecate `:forward` action in favour of `:broadcast`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Apart from plugins, Membrane has stream formats, which live in `membrane_X_forma
9494
The API for creating pipelines (and custom elements too) is provided by [membrane_core](https://github.com/membraneframework/membrane_core). To install it, add the following line to your `deps` in `mix.exs` and run `mix deps.get`
9595

9696
```elixir
97-
{:membrane_core, "~> 1.2"}
97+
{:membrane_core, "~> 1.3"}
9898
```
9999

100100
**Standalone libraries**

mix.exs

Lines changed: 1 addition & 1 deletion
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.2.7"
4+
@version "1.3.0"
55
@source_ref "v#{@version}"
66
@hex_packages_path "scripts/elixir/hex_packages.exs"
77

0 commit comments

Comments
 (0)