Skip to content

Commit

Permalink
Bump version to 1.0.0-rc1 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom authored Oct 2, 2023
1 parent 53598cc commit fd16779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0
## 1.0.0-rc1
* Introduce `:remove_link` action in pipelines and bins.
* Add children groups - a mechanism that allows refering to multiple children with a single identifier.
* Rename `remove_child` action into `remove_children` and allow for removing a children group with a single action.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The API for creating pipelines (and custom elements too) is provided by [membran
Or, if you'd like to try the latest release candidate, use this version:

```elixir
{:membrane_core, "~> 1.0.0-rc0"}
{:membrane_core, "~> 1.0.0-rc1"}
```

**Standalone libraries**
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 "1.0.0-rc0"
@version "1.0.0-rc1"
@source_ref "v#{@version}"

def project do
Expand Down

0 comments on commit fd16779

Please sign in to comment.