Skip to content

Commit

Permalink
Update version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Feb 24, 2023
1 parent 443c7d3 commit 46558dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 0.11.3
* Fix bug in `c:Membrane.Pipeline.handle_call/3` [#526](https://github.com/membraneframework/membrane_core/pull/526).

# 0.11.2
* Fix bug in Membrane.ChildrenSpec.child/3 spec.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This package provides core of the [Membrane Multimedia Framework](https://membra
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_core, "~> 0.11.2"}
{:membrane_core, "~> 0.11.3"}
```

## Getting started
Expand Down
4 changes: 2 additions & 2 deletions guides/upgrading/v0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Improvements in v0.11 required some breaking changes, so here comes the guide th

## Deps upgrade

Update `membrane_core` to `v0.11.2`
Update `membrane_core` to `v0.11.3`
```elixir
defp deps do
[
{:membrane_core, "~> 0.11.2},
{:membrane_core, "~> 0.11.3"},
...
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.Mixfile do
use Mix.Project

@version "0.11.2"
@version "0.11.3"
@source_ref "v#{@version}"

def project do
Expand Down

0 comments on commit 46558dc

Please sign in to comment.